Home
last modified time | relevance | path

Searched refs:DT_RELACOUNT (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h627 #define DT_RELACOUNT 0x6ffffff9 macro
/freebsd-11-stable/sys/sys/
HDelf_common.h649 #define DT_RELACOUNT 0x6ffffff9 /* number of RELATIVE relocations */ macro
/freebsd-11-stable/contrib/elftoolchain/elfdump/
HDelfdump.c216 case DT_RELACOUNT: return "DT_RELACOUNT"; in d_tags()
1658 case DT_RELACOUNT: in elf_print_dynamic()
/freebsd-11-stable/usr.bin/elfdump/
HDelfdump.c236 case DT_RELACOUNT: return "DT_RELACOUNT"; in d_tags()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h244 _ELF_DEFINE_DT(DT_RELACOUNT, 0x6FFFFFF9UL, \
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c881 case DT_RELACOUNT: return "RELACOUNT"; in dt_type()
2963 case DT_RELACOUNT: in dump_dyn_val()
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c1569 case DT_RELACOUNT: return "RELACOUNT"; in get_dynamic_type()
6297 case DT_RELACOUNT: in process_dynamic_section()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1368 addInt(isRela ? DT_RELACOUNT : DT_RELCOUNT, numRelativeRels); in finalizeContents()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp2382 case DT_RELACOUNT: in printDynamicEntry()
/freebsd-11-stable/contrib/binutils/bfd/
HDelf.c1287 case DT_RELACOUNT: name = "RELACOUNT"; break; in _bfd_elf_print_private_bfd_data()
HDelflink.c10117 case SHT_RELA: dyn.d_tag = DT_RELACOUNT; break; in bfd_elf_final_link()
HDChangeLog-00013294 Convert one spare DT_NULL into DT_RELCOUNT resp. DT_RELACOUNT if
7376 DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,