Home
last modified time | relevance | path

Searched refs:ELF64_DYNAMIC_INTERPRETER (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-sparc.c1031 #define ELF64_DYNAMIC_INTERPRETER "/usr/lib/sparcv9/ld.so.1" macro
1144 ret->dynamic_interpreter = ELF64_DYNAMIC_INTERPRETER; in _bfd_sparc_elf_link_hash_table_create()
1145 ret->dynamic_interpreter_size = sizeof ELF64_DYNAMIC_INTERPRETER; in _bfd_sparc_elf_link_hash_table_create()
Delfxx-tilegx.c66 #define ELF64_DYNAMIC_INTERPRETER "/lib/ld.so.1" macro
1401 ret->dynamic_interpreter = ELF64_DYNAMIC_INTERPRETER; in tilegx_elf_link_hash_table_create()
Delf64-x86-64.c533 #define ELF64_DYNAMIC_INTERPRETER "/lib/ld64.so.1" macro
1074 ret->dynamic_interpreter = ELF64_DYNAMIC_INTERPRETER; in elf_x86_64_link_hash_table_create()
1075 ret->dynamic_interpreter_size = sizeof ELF64_DYNAMIC_INTERPRETER; in elf_x86_64_link_hash_table_create()
DChangeLog-201074 (ELF64_DYNAMIC_INTERPRETER): This.