/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 530 #define DT_INIT 12 macro
|
/openbsd/libexec/ld.so/ |
H A D | resolve.c | 363 if (object->Dyn.info[DT_INIT]) in _dl_finalize_object() 364 object->Dyn.info[DT_INIT] += obase; in _dl_finalize_object()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 556 #define DT_INIT 12 macro
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 531 #define DT_INIT 12 /* address of initialization func. */ macro
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-sh64.c | 4002 case DT_INIT: in sh64_elf64_finish_dynamic_sections()
|
H A D | ChangeLog-0001 | 5537 .plt entries for DT_INIT and DT_FINI. 5539 DT_INIT and DT_FINI. 6050 pltoff entries for DT_INIT and DT_FINI. 6051 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries. 6052 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI 6650 (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT 6652 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
|
H A D | elf32-arm.h | 3944 case DT_INIT:
|
H A D | elflink.c | 4882 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT, 0)) in bfd_elf_size_dynamic_sections() 7836 case DT_INIT: in bfd_elf_final_link()
|
H A D | elflink.h | 3411 if (! elf_add_dynamic_entry (info, (bfd_vma) DT_INIT, (bfd_vma) 0)) 5842 case DT_INIT:
|
H A D | elf32-sh.c | 7273 case DT_INIT: in sh_elf_finish_dynamic_sections()
|
H A D | elf.c | 1054 case DT_INIT: name = "INIT"; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-9495 | 384 DT_INIT and DT_FINI entries if the _init or _fini symbol is 2044 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or 4458 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Create DT_INIT
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-sh64.c | 3938 case DT_INIT: in sh64_elf64_finish_dynamic_sections()
|
H A D | ChangeLog-0001 | 5537 .plt entries for DT_INIT and DT_FINI. 5539 DT_INIT and DT_FINI. 6050 pltoff entries for DT_INIT and DT_FINI. 6051 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries. 6052 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI 6650 (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT 6652 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
|
H A D | elflink.c | 5371 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT, 0)) in bfd_elf_size_dynamic_sections() 8871 case DT_INIT: in bfd_elf_final_link()
|
H A D | elf32-sh.c | 7084 case DT_INIT: in sh_elf_finish_dynamic_sections()
|
H A D | elf32-arm.c | 7355 case DT_INIT: in elf32_arm_finish_dynamic_sections()
|
H A D | elf.c | 1217 case DT_INIT: name = "INIT"; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-9495 | 384 DT_INIT and DT_FINI entries if the _init or _fini symbol is 2044 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or 4458 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Create DT_INIT
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 1754 case DT_INIT: return "INIT"; in get_dynamic_type() 6521 case DT_INIT : in process_dynamic_section()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 1418 case DT_INIT: return "INIT"; in get_dynamic_type() 4907 case DT_INIT : in process_dynamic_segment()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 1473 addInt(DT_INIT, b->getVA()); in computeContents()
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ChangeLog-0203 | 2183 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ChangeLog-0203 | 2183 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2343 case DT_INIT: in getDynamicEntry()
|