Home
last modified time | relevance | path

Searched refs:DT_FINI_ARRAY (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h544 #define DT_FINI_ARRAY 26 macro
/openbsd/libexec/ld.so/
H A Dresolve.c371 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 Dcommon.h570 #define DT_FINI_ARRAY 26 macro
/openbsd/sys/sys/
H A Dexec_elf.h546 #define DT_FINI_ARRAY 26 /* address of array of term func */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def72 DYNAMIC_TAG(FINI_ARRAYSZ, 28) // Size of DT_FINI_ARRAY.
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1768 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 Delflink.c4934 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 Delflink.h3467 if (!elf_add_dynamic_entry (info, (bfd_vma) DT_FINI_ARRAY,
5904 case DT_FINI_ARRAY:
H A Delf.c1068 case DT_FINI_ARRAY: name = "FINI_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
H A DChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
H A DChangeLog-020310009 DT_FINI_ARRAY.
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1432 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 Delflink.c5426 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 Delf.c1231 case DT_FINI_ARRAY: name = "FINI_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
H A DChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
H A DChangeLog-020310009 DT_FINI_ARRAY.
/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1467 addInt(DT_FINI_ARRAY, Out::finiArray->addr); in computeContents()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2348 case DT_FINI_ARRAY: in getDynamicEntry()
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dinstall.texi2240 GCC 3.3 nows uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capability
/openbsd/gnu/gcc/gcc/doc/
H A Dinstall.texi3043 GCC 3.3 uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capabilities to
H A Dgccinstall.info2428 GCC 3.3 uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capabilities to