index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
dynlink.h
Age
Commit message (
Expand
)
Author
Lines
2020-06-10
have ldso track replacement of aligned_alloc
Rich Felker
-0
/
+1
2020-06-10
reintroduce calloc elison of memset for direct-mmapped allocations
Rich Felker
-0
/
+1
2020-06-02
move declaration of interfaces between malloc and ldso to dynlink.h
Rich Felker
-0
/
+3
2019-12-31
move stage3_func typedef out of shared internal dynlink.h header
Rich Felker
-1
/
+0
2019-08-11
add support for powerpc/powerpc64 unaligned relocations
Samuel Holland
-0
/
+1
2019-06-21
do not use _Noreturn for a function pointer in dynamic linker
Matthew Maurer
-1
/
+1
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-1
/
+1
2018-09-12
move tlsdesc and internal dl function declarations to dynlink.h
Rich Felker
-0
/
+10
2016-03-06
generalize mips-specific reloc code not to hard-code sym/type encoding
Rich Felker
-0
/
+2
2016-01-30
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
-0
/
+4
2015-11-11
fix dynamic loader library mapping for nommu systems
Rich Felker
-0
/
+4
2015-09-22
add real fdpic loading of shared libraries
Rich Felker
-0
/
+4
2015-09-22
add general fdpic support in dynamic linker and arch support for sh
Rich Felker
-3
/
+14
2015-09-17
add fdpic structs and reloc types for dynamic linking
Rich Felker
-0
/
+16
2015-05-25
move call to dynamic linker stage-3 into stage-2 function
Rich Felker
-1
/
+1
2015-04-13
dynamic linker bootstrap overhaul
Rich Felker
-0
/
+57