/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 531 #define DT_FINI 13 macro
|
/openbsd/libexec/ld.so/ |
H A D | resolve.c | 365 if (object->Dyn.info[DT_FINI]) in _dl_finalize_object() 366 object->Dyn.info[DT_FINI] += obase; in _dl_finalize_object()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 557 #define DT_FINI 13 macro
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 532 #define DT_FINI 13 /* address of termination function */ macro
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-sh64.c | 4006 case DT_FINI: in sh64_elf64_finish_dynamic_sections()
|
H A D | elf32-arm.h | 3947 case DT_FINI:
|
H A D | elflink.c | 4894 if (!_bfd_elf_add_dynamic_entry (info, DT_FINI, 0)) in bfd_elf_size_dynamic_sections() 7839 case DT_FINI: in bfd_elf_final_link()
|
H A D | elflink.h | 3423 if (! elf_add_dynamic_entry (info, (bfd_vma) DT_FINI, (bfd_vma) 0)) 5845 case DT_FINI:
|
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. 6651 and DT_FINI. 6652 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
|
H A D | elf32-sh.c | 7277 case DT_FINI: in sh_elf_finish_dynamic_sections()
|
H A D | elf.c | 1055 case DT_FINI: name = "FINI"; 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 2045 DT_FINI entry if the appropriate symbol is not in the hash table. 4459 and DT_FINI dynamic entries based on the existence of _init and
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-sh64.c | 3942 case DT_FINI: 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. 6651 and DT_FINI. 6652 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
|
H A D | elflink.c | 5383 if (!_bfd_elf_add_dynamic_entry (info, DT_FINI, 0)) in bfd_elf_size_dynamic_sections() 8874 case DT_FINI: in bfd_elf_final_link()
|
H A D | elf32-sh.c | 7088 case DT_FINI: in sh_elf_finish_dynamic_sections()
|
H A D | elf32-arm.c | 7358 case DT_FINI: in elf32_arm_finish_dynamic_sections()
|
H A D | elf.c | 1218 case DT_FINI: name = "FINI"; 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 2045 DT_FINI entry if the appropriate symbol is not in the hash table. 4459 and DT_FINI dynamic entries based on the existence of _init and
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 1755 case DT_FINI: return "FINI"; in get_dynamic_type() 6522 case DT_FINI : in process_dynamic_section()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 1419 case DT_FINI: return "FINI"; in get_dynamic_type() 4908 case DT_FINI : in process_dynamic_segment()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 1476 addInt(DT_FINI, 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 | 2344 case DT_FINI: in getDynamicEntry()
|