Home
last modified time | relevance | path

Searched refs:DT_RELCOUNT (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h789 #define DT_RELCOUNT 0x6ffffffa macro
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h742 DT_RELCOUNT = 0x6ffffffa,
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc4772 ? elfcpp::DT_RELCOUNT in add_target_dynamic_tags()
DChangeLog10703 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c1885 case DT_RELCOUNT: return "RELCOUNT"; in get_dynamic_type()
8868 case DT_RELCOUNT: in process_dynamic_section()
/toolchain/binutils/binutils-2.25/bfd/
Delf.c1331 case DT_RELCOUNT: name = "RELCOUNT"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-00013294 Convert one spare DT_NULL into DT_RELCOUNT resp. DT_RELACOUNT if
7376 DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
Delflink.c11211 case SHT_REL: dyn.d_tag = DT_RELCOUNT; break; in bfd_elf_final_link()