Searched refs:DT_FINI_ARRAY (Results 1 – 21 of 21) sorted by relevance
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 544 #define DT_FINI_ARRAY 26 macro
|
/openbsd/libexec/ld.so/ |
H A D | resolve.c | 371 if (object->Dyn.info[DT_FINI_ARRAY]) in _dl_finalize_object() 372 object->Dyn.info[DT_FINI_ARRAY] += obase; in _dl_finalize_object()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 570 #define DT_FINI_ARRAY 26 macro
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 546 #define DT_FINI_ARRAY 26 /* address of array of term func */ macro
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 72 DYNAMIC_TAG(FINI_ARRAYSZ, 28) // Size of DT_FINI_ARRAY.
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 1768 case DT_FINI_ARRAY: return "FINI_ARRAY"; in get_dynamic_type() 6618 case DT_FINI_ARRAY: in process_dynamic_section()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elflink.c | 4934 if (!_bfd_elf_add_dynamic_entry (info, DT_FINI_ARRAY, 0) in bfd_elf_size_dynamic_sections() 7896 case DT_FINI_ARRAY: in bfd_elf_final_link()
|
H A D | elflink.h | 3467 if (!elf_add_dynamic_entry (info, (bfd_vma) DT_FINI_ARRAY, 5904 case DT_FINI_ARRAY:
|
H A D | elf.c | 1068 case DT_FINI_ARRAY: name = "FINI_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-0001 | 7372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
|
H A D | ChangeLog-0203 | 10009 DT_FINI_ARRAY.
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 1432 case DT_FINI_ARRAY: return "FINI_ARRAY"; in get_dynamic_type() 5001 case DT_FINI_ARRAY: in process_dynamic_segment()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elflink.c | 5426 if (!_bfd_elf_add_dynamic_entry (info, DT_FINI_ARRAY, 0) in bfd_elf_size_dynamic_sections() 8930 case DT_FINI_ARRAY: in bfd_elf_final_link()
|
H A D | elf.c | 1231 case DT_FINI_ARRAY: name = "FINI_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
|
H A D | ChangeLog-0001 | 7372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
|
H A D | ChangeLog-0203 | 10009 DT_FINI_ARRAY.
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 1467 addInt(DT_FINI_ARRAY, Out::finiArray->addr); in computeContents()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2348 case DT_FINI_ARRAY: in getDynamicEntry()
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | install.texi | 2240 GCC 3.3 nows uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capability
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | install.texi | 3043 GCC 3.3 uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capabilities to
|
H A D | gccinstall.info | 2428 GCC 3.3 uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capabilities to
|