• R
    use load address from elf header if possible · bf30100a
    Rich Felker 提交于
    this is mostly useless for shared libs (though it could help for
    prelink-like purposes); the intended use case is for adding support
    for calling the dynamic linker directly to run a program, as in:
    ./libc.so ./a.out foo
    
    this usage is not yet supported.
    bf30100a
dynlink.c 13.8 KB