Searched refs:DT_INIT_ARRAY (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/contrib/file/src/ |
| D | readelf.h | 487 #define DT_INIT_ARRAY 25 /* Address of initialization function array */ macro
|
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | common.h | 574 #define DT_INIT_ARRAY 25 macro
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 594 #define DT_INIT_ARRAY 25 /* Address of the array of pointers to macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | DynamicTags.def | 66 DYNAMIC_TAG(INIT_ARRAYSZ, 27) // Size of DT_INIT_ARRAY.
|
| /freebsd-12-stable/usr.bin/elfdump/ |
| D | elfdump.c | 207 case DT_INIT_ARRAY: return "DT_INIT_ARRAY"; in d_tags()
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 162 _ELF_DEFINE_DT(DT_INIT_ARRAY, 25, \
|
| /freebsd-12-stable/contrib/elftoolchain/elfdump/ |
| D | elfdump.c | 186 case DT_INIT_ARRAY: return "DT_INIT_ARRAY"; in d_tags()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | readelf.c | 1538 case DT_INIT_ARRAY: return "INIT_ARRAY"; in get_dynamic_type() 6310 case DT_INIT_ARRAY: in process_dynamic_section()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | SyntheticSections.cpp | 1488 addOutSec(DT_INIT_ARRAY, Out::initArray); in finalizeContents()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elflink.c | 5699 if (!_bfd_elf_add_dynamic_entry (info, DT_INIT_ARRAY, 0) in bfd_elf_size_dynamic_sections() 10182 case DT_INIT_ARRAY: in bfd_elf_final_link()
|
| D | elf.c | 1265 case DT_INIT_ARRAY: name = "INIT_ARRAY"; break; in _bfd_elf_print_private_bfd_data()
|
| D | ChangeLog-0001 | 7372 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
|
| D | ChangeLog-0203 | 10008 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
|
| /freebsd-12-stable/libexec/rtld-elf/ |
| D | rtld.c | 1267 case DT_INIT_ARRAY: in digest_dynamic1()
|
| /freebsd-12-stable/contrib/elftoolchain/readelf/ |
| D | readelf.c | 848 case DT_INIT_ARRAY: return "INIT_ARRAY"; in dt_type()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 2270 case DT_INIT_ARRAY: in getDynamicEntry()
|