Searched refs:DT_PREINIT_ARRAYSZ (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/include/elf/ |
D | common.h | 741 #define DT_PREINIT_ARRAYSZ 33 macro
|
D | ChangeLog-9103 | 1099 (DT_PREINIT_ARRAYSZ): New dynamic section tag.
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp.h | 706 DT_PREINIT_ARRAYSZ = 33,
|
/toolchain/binutils/binutils-2.25/gold/ |
D | layout.cc | 4852 odyn->add_section_size(elfcpp::DT_PREINIT_ARRAYSZ, *p); in finish_dynamic_section()
|
D | ChangeLog | 12082 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elflink.c | 5863 || !_bfd_elf_add_dynamic_entry (info, DT_PREINIT_ARRAYSZ, 0)) in bfd_elf_size_dynamic_sections() 11252 case DT_PREINIT_ARRAYSZ: in bfd_elf_final_link()
|
D | elf.c | 1315 case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; in _bfd_elf_print_private_bfd_data()
|
D | ChangeLog-0203 | 10005 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for 10007 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
|
D | ChangeLog-0001 | 7373 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 1861 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ"; in get_dynamic_type()
|