Makefile
|
2012-11-22
|
kaiwang27
|
[r2679]
Add "dynamic" module which contains the code ha...
|
amd64.c
|
2013-01-15
|
kaiwang27
|
[r2891]
* Symbols converted to "local" by version scrip...
|
amd64.h
|
2012-04-29
|
kaiwang27
|
[r2500]
* Add support for linker script command "OUTPUT...
|
amd64_script.ld
|
2012-12-24
|
kaiwang27
|
[r2806]
Remove an wrong ". = ALIGN(64 / 8);" alignment ...
|
i386.c
|
2012-12-01
|
kaiwang27
|
[r2706]
Pass internal symbol descriptor instead of symb...
|
i386.h
|
2012-04-29
|
kaiwang27
|
[r2500]
* Add support for linker script command "OUTPUT...
|
i386_script.ld
|
2012-11-04
|
kaiwang27
|
[r2664]
Add a hint for the position of ".dynstr" sectio...
|
ld.h
|
2013-01-09
|
kaiwang27
|
[r2883]
Improve compatibility with GNU ld: Do not compl...
|
ld_arch.c
|
2012-06-06
|
kaiwang27
|
[r2515]
Fix an infinite loop.
|
ld_arch.h
|
2012-12-30
|
kaiwang27
|
[r2837]
Adjust relocation addend when creating relocata...
|
ld_dynamic.c
|
2013-01-09
|
kaiwang27
|
[r2880]
Generate DT_VERDEF and DT_VERDEFNUM entries for...
|
ld_dynamic.h
|
2012-12-15
|
kaiwang27
|
[r2784]
When the linker encounters a DSO which has a DT...
|
ld_error.c
|
2011-11-23
|
kaiwang27
|
[r2202]
Use symbol EXIT_SUCCESS/EXIT_FAILURE instead of...
|
ld_exp.c
|
2012-07-17
|
kaiwang27
|
[r2526]
Dump the symbol value at the point where assign...
|
ld_exp.h
|
2012-07-17
|
kaiwang27
|
[r2525]
Properly dump expressions that have parentheses...
|
ld_file.c
|
2012-12-15
|
kaiwang27
|
[r2780]
Do not try to build the dynamic symbol table if...
|
ld_file.h
|
2012-06-17
|
kaiwang27
|
[r2520]
Print a list of extracted members and the corre...
|
ld_hash.c
|
2012-12-15
|
kaiwang27
|
[r2782]
* Remove the import/export symbol table. It is ...
|
ld_hash.h
|
2012-11-11
|
kaiwang27
|
[r2669]
Add "Id" keywords for the hash module files.
|
ld_input.c
|
2012-12-31
|
kaiwang27
|
[r2850]
Emit a ".note.GNU-stack" section for relocatabl...
|
ld_input.h
|
2012-12-30
|
kaiwang27
|
[r2835]
Output relocation sections from input objects i...
|
ld_layout.c
|
2012-12-31
|
kaiwang27
|
[r2850]
Emit a ".note.GNU-stack" section for relocatabl...
|
ld_layout.h
|
2012-11-24
|
kaiwang27
|
[r2696]
Fix a misplaced function declaration.
|
ld_main.c
|
2012-12-15
|
kaiwang27
|
[r2780]
Do not try to build the dynamic symbol table if...
|
ld_options.c
|
2013-01-09
|
kaiwang27
|
[r2883]
Improve compatibility with GNU ld: Do not compl...
|
ld_options.h
|
2013-01-09
|
jkoshy
|
[r2874]
Fix a typo.
|
ld_output.c
|
2012-12-31
|
kaiwang27
|
[r2850]
Emit a ".note.GNU-stack" section for relocatabl...
|
ld_output.h
|
2013-01-09
|
kaiwang27
|
[r2878]
Create ".gnu.version_d" section if the linker c...
|
ld_path.c
|
2012-09-14
|
jkoshy
|
[r2580]
Style fixes: add 'Id' keywords to source files,...
|
ld_path.h
|
2012-05-20
|
kaiwang27
|
[r2508]
Move search path handling code to the "path" mo...
|
ld_reloc.c
|
2013-01-15
|
kaiwang27
|
[r2891]
* Symbols converted to "local" by version scrip...
|
ld_reloc.h
|
2012-12-30
|
kaiwang27
|
[r2836]
Properly finalize normal relocation sections if...
|
ld_script.awk
|
2012-04-15
|
kaiwang27
|
[r2493]
Name the variable pointing to the linker script...
|
ld_script.c
|
2013-01-09
|
kaiwang27
|
[r2881]
If a symbol matches both an version pattern wit...
|
ld_script.h
|
2013-01-09
|
kaiwang27
|
[r2881]
If a symbol matches both an version pattern wit...
|
ld_script_lexer.l
|
2013-01-09
|
kaiwang27
|
[r2875]
Add support for parsing version script.
|
ld_script_parser.y
|
2013-01-09
|
kaiwang27
|
[r2876]
Fix up creation/deletion of flex(1) buffers so ...
|
ld_strtab.c
|
2012-05-12
|
kaiwang27
|
[r2505]
Add function ld_strtab_free() which cleans up t...
|
ld_strtab.h
|
2012-05-12
|
kaiwang27
|
[r2505]
Add function ld_strtab_free() which cleans up t...
|
ld_symbols.c
|
2013-01-15
|
kaiwang27
|
[r2891]
* Symbols converted to "local" by version scrip...
|
ld_symbols.h
|
2013-01-09
|
kaiwang27
|
[r2882]
Do not add symbols that are converted to "local...
|
ld_symver.c
|
2013-01-09
|
kaiwang27
|
[r2882]
Do not add symbols that are converted to "local...
|
ld_symver.h
|
2013-01-09
|
kaiwang27
|
[r2882]
Do not add symbols that are converted to "local...
|
ld_utils.h
|
2012-10-26
|
kaiwang27
|
[r2630]
Do not increase the destination pointer inside ...
|