index
:
Project-1CE/bionic
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linker
/
linker_main.cpp
Age
Commit message (
Expand
)
Author
2021-05-06
Bionic: Mark PMD aligned text segments huge page eligible
Collin Fijalkovich
2021-01-13
Delay setting linker soname until post-reloc and post-ctor
Ryan Prichard
2021-01-06
Use ELF notes to set the desired memory tagging level.
Evgenii Stepanov
2020-09-23
Enable BTI in bionic linker
Tamas Petz
2020-03-27
remove search_linked_namespaces param
Ryan Prichard
2020-01-13
Optimize GNU hash linking for large inputs
Ryan Prichard
2019-11-05
linker: avoid -O0 memset while clearing temp_tcb
Ryan Prichard
2019-11-05
Use ifuncs in the linker
Ryan Prichard
2019-11-05
Refactor linker/Android.bp for native-bridge
Ryan Prichard
2019-10-25
linker: remove COUNT_PAGES
Ryan Prichard
2019-08-14
linker: Set VMA name for bss sections
Vic Yang
2019-07-25
Fix linker compilation when STATS is set
Vic Yang
2019-06-05
Use PT_INTERP as the linker's l_name path
Ryan Prichard
2019-05-09
linker: support ldd(1)-like behavior via --list.
Elliott Hughes
2019-04-16
Fix linker compilation with timing enabled
Vic Yang
2019-03-19
Add more linker debug.
Martin Stjernholm
2019-02-21
Merge "linker: allow using reserved space for multiple libraries."
Treehugger Robot
2019-02-20
linker: allow using reserved space for multiple libraries.
Torne (Richard Coles)
2019-02-07
Fix linker self-exec detection
Ryan Prichard
2019-01-30
Purge linker block allocators before leaving linker
Vic Yang
2019-01-16
Record TLS modules and layout static TLS memory
Ryan Prichard
2019-01-11
Reorganize static TLS memory for ELF TLS
Ryan Prichard
2018-12-04
Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals
Ryan Prichard
2018-12-04
Split main thread init into early+late functions
Ryan Prichard
2018-11-30
Merge changes I376d7695,Ied443375,I614d25e7
Ryan Prichard
2018-11-29
Merge "linker: changes to init work arounds"
Tom Cherry
2018-11-28
Use shared globals to init __progname + environ
Ryan Prichard
2018-11-28
Move the abort message to libc_shared_globals
Ryan Prichard
2018-11-28
Expose libc_shared_globals to libc.so with symbol
Ryan Prichard
2018-11-26
Cleanup: __libc_init_AT_SECURE, auxv, sysinfo
Ryan Prichard
2018-11-08
linker: changes to init work arounds
Tom Cherry
2018-10-10
Allow invoking the linker on an executable.
Ryan Prichard
2018-08-21
Fix linker's _r_debug (gdb) info
Ryan Prichard
2018-08-20
Move [vdso] after exe/linker in _r_debug
Ryan Prichard
2018-07-26
linker: find AT_BASE using AT_PHDR/AT_PHNUM
Ryan Prichard
2018-07-19
Introduce api to track fd ownership in libc.
Josh Gao
2018-06-08
dynamic linker is running for init
Jiyong Park
2018-05-31
Avoid post-reloc GOT usage in __linker_init
Ryan Prichard
2018-05-30
Initialize __libc_sysinfo early on.
Ryan Prichard
2018-05-30
Clean up TLS_SLOT_BIONIC_PREINIT usage a bit
Ryan Prichard
2018-05-12
vdso should be available in all namespaces
dimitry
2017-12-10
Fix logic in loading dependencies crossing namespace boundaries
dimitry
2017-10-20
Actually correctly call vector::erase after remove_if.
Josh Gao
2017-10-18
Correctly call vector::erase after std::remove_if.
Josh Gao
2017-09-29
Replace abort with exit(1) in __linker_cannot_link
dimitry
2017-09-26
Link vdso before linking the main executable
dimitry
2017-09-15
Always log errno when aborting.
Elliott Hughes
2017-08-29
Replace artificial symbol table with proper one
dimitry
2017-08-03
linker: the global group is added to all built-in namespaces
Jiyong Park
2017-08-01
Clean up linker fatals slightly.
Elliott Hughes
[next]