Home
last modified time | relevance | path

Searched refs:ELF32_DYNAMIC_INTERPRETER (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-tilepro.c2445 #define ELF32_DYNAMIC_INTERPRETER "/lib/ld.so.1" macro
2470 s->size = sizeof ELF32_DYNAMIC_INTERPRETER; in tilepro_elf_size_dynamic_sections()
2471 s->contents = (unsigned char *) ELF32_DYNAMIC_INTERPRETER; in tilepro_elf_size_dynamic_sections()
Delfxx-sparc.c1030 #define ELF32_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1" macro
1163 ret->dynamic_interpreter = ELF32_DYNAMIC_INTERPRETER; in _bfd_sparc_elf_link_hash_table_create()
1164 ret->dynamic_interpreter_size = sizeof ELF32_DYNAMIC_INTERPRETER; in _bfd_sparc_elf_link_hash_table_create()
Delfxx-tilegx.c67 #define ELF32_DYNAMIC_INTERPRETER "/lib32/ld.so.1" macro
1415 ret->dynamic_interpreter = ELF32_DYNAMIC_INTERPRETER; in tilegx_elf_link_hash_table_create()
Delf64-x86-64.c534 #define ELF32_DYNAMIC_INTERPRETER "/lib/ldx32.so.1" macro
1082 ret->dynamic_interpreter = ELF32_DYNAMIC_INTERPRETER; in elf_x86_64_link_hash_table_create()
1083 ret->dynamic_interpreter_size = sizeof ELF32_DYNAMIC_INTERPRETER; in elf_x86_64_link_hash_table_create()
DChangeLog-2011127 * elf64-x86-64.c (ELF32_DYNAMIC_INTERPRETER): Set to
DChangeLog-201075 (ELF32_DYNAMIC_INTERPRETER): New.