Searched refs:DT_FINI_ARRAY (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/include/elf/ |
D | common.h | 734 #define DT_FINI_ARRAY 26 macro
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp.h | 695 DT_FINI_ARRAY = 26,
|
/toolchain/binutils/binutils-2.25/gold/ |
D | layout.cc | 4843 odyn->add_section_address(elfcpp::DT_FINI_ARRAY, *p); in finish_dynamic_section()
|
D | ChangeLog | 12081 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 1854 case DT_FINI_ARRAY: return "FINI_ARRAY"; in get_dynamic_type() 8881 case DT_FINI_ARRAY: in process_dynamic_section()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elflink.c | 5876 if (!_bfd_elf_add_dynamic_entry (info, DT_FINI_ARRAY, 0) in bfd_elf_size_dynamic_sections() 11280 case DT_FINI_ARRAY: in bfd_elf_final_link()
|
D | elf.c | 1309 case DT_FINI_ARRAY: name = "FINI_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 | 10009 DT_FINI_ARRAY.
|