Home
last modified time | relevance | path

Searched refs:DT_FINI_ARRAYSZ (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h546 #define DT_FINI_ARRAYSZ 28 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h572 #define DT_FINI_ARRAYSZ 28 macro
/openbsd/src/sys/sys/
Dexec_elf.h548 #define DT_FINI_ARRAYSZ 28 /* size of array of term func */ macro
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c1770 case DT_FINI_ARRAYSZ: return "FINI_ARRAYSZ"; in get_dynamic_type()
6592 case DT_FINI_ARRAYSZ: in process_dynamic_section()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c4935 || !_bfd_elf_add_dynamic_entry (info, DT_FINI_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
7873 case DT_FINI_ARRAYSZ: in bfd_elf_final_link()
Delflink.h3469 || !elf_add_dynamic_entry (info, (bfd_vma) DT_FINI_ARRAYSZ,
5880 case DT_FINI_ARRAYSZ:
Delf.c1070 case DT_FINI_ARRAYSZ: name = "FINI_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
DChangeLog-020310008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c1434 case DT_FINI_ARRAYSZ: return "FINI_ARRAYSZ"; in get_dynamic_type()
4975 case DT_FINI_ARRAYSZ: in process_dynamic_segment()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delflink.c5427 || !_bfd_elf_add_dynamic_entry (info, DT_FINI_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections()
8908 case DT_FINI_ARRAYSZ: in bfd_elf_final_link()
Delf.c1233 case DT_FINI_ARRAYSZ: name = "FINI_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-00017372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
DChangeLog-020310008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.cpp1468 addInt(DT_FINI_ARRAYSZ, Out::finiArray->size); in computeContents()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp2370 case DT_FINI_ARRAYSZ: in getDynamicEntry()