index
:
patchelf.git
0.1-release
0.2-release
0.3-release
aarch64
ci-musl
domenkozar-patch-1
github-actions
master
travis-test
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
* When sorting the sections, make sure that we maintain the sh_link
Eelco Dolstra
2007-02-01
1
-10/+49
*
* Keep the section headers sorted by offset. If we don't, we won't
Eelco Dolstra
2007-02-01
1
-6/+50
*
* Support big endian binaries (such as on powerpc-linux).
Eelco Dolstra
2007-01-31
1
-88/+115
*
* .rel.plt is called .rela.plt on x86_64-linux.
Eelco Dolstra
2007-01-31
1
-2/+6
*
* Instantiate the right template depending on whether the file is 32
Eelco Dolstra
2007-01-31
1
-16/+39
*
* Templatise the ElfFile class to take the Elf32_* types as
Eelco Dolstra
2007-01-31
1
-59/+74
*
* Put the ELF operations in a class.
Eelco Dolstra
2007-01-31
1
-35/+77
*
* Print error messages on stderr.
Eelco Dolstra
2007-01-31
1
-2/+2
*
* Hack: if we can't find .rel.dyn, use .rel.got. No idea if this
Eelco Dolstra
2006-03-03
1
-5/+20
*
* `--interpreter' -> `--set-interpreter'.
Eelco Dolstra
2005-10-11
1
-2/+2
*
* A `--debug' flag.
Eelco Dolstra
2005-10-04
1
-16/+36
*
* Fix computation of the new start page.
Eelco Dolstra
2005-10-03
1
-15/+22
*
* Use a bigger maximum size.
Eelco Dolstra
2005-10-02
1
-1/+2
*
* Handle the case where no RPATH is present, so the .dynamic table has
Eelco Dolstra
2005-10-01
1
-75/+129
*
* Handle `--set-rpath' for the growing case.
Eelco Dolstra
2005-09-30
1
-12/+39
*
* `patchelf --set-rpath': short case.
Eelco Dolstra
2005-09-30
1
-11/+28
*
* Refactoring continued: `--shrink-rpath' works again.
Eelco Dolstra
2005-09-30
1
-134/+61
*
* Clear out trailing and padding space.
Eelco Dolstra
2005-09-30
1
-1/+6
*
* Refactoring continued: `--set-interpreter' works again.
Eelco Dolstra
2005-09-30
1
-49/+91
*
* Start of refactoring to support growing the RPATH.
Eelco Dolstra
2005-09-30
1
-28/+207
*
* C++-ify.
Eelco Dolstra
2005-09-30
1
-96/+92
*
* Use a real programming language.
Eelco Dolstra
2005-09-30
2
-5/+5
*
* Add an operation `--print-rpath' to print the RPATH of the library
Eelco Dolstra
2005-09-29
1
-2/+12
*
* Added a flag `--print-interpreter' that prints the path of the
Eelco Dolstra
2005-09-29
1
-3/+16
*
* Add tests.
Eelco Dolstra
2005-09-29
2
-0/+413