Home
last modified time | relevance | path

Searched refs:DT_MIPS_LOCAL_GOTNO (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h721 #define DT_MIPS_LOCAL_GOTNO 0x7000000a macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h281 _ELF_DEFINE_DT(DT_MIPS_LOCAL_GOTNO, 0x7000000AUL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c937 case DT_MIPS_LOCAL_GOTNO: in dt_type()
2833 case DT_MIPS_LOCAL_GOTNO: in dump_arch_dyn_val()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2374 case DT_MIPS_LOCAL_GOTNO: in getDynamicEntry()
3027 case ELF::DT_MIPS_LOCAL_GOTNO: in findGOT()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1537 addInt(DT_MIPS_LOCAL_GOTNO, in.mipsGot->getLocalEntriesNum()); in computeContents()