Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmips-got.test40 - Tag: DT_MIPS_LOCAL_GOTNO
295 - Tag: DT_MIPS_LOCAL_GOTNO
360 - Tag: DT_MIPS_LOCAL_GOTNO
370 # RUN: yaml2obj --docnum=4 -DTAG1=DT_MIPS_LOCAL_GOTNO -DTAG2=DT_MIPS_GOTSYM %s -o %t.err1.o
376 # RUN: yaml2obj --docnum=4 -DTAG1=DT_PLTGOT -DTAG2=DT_MIPS_LOCAL_GOTNO %s -o %t.err3.o
413 - Tag: DT_MIPS_LOCAL_GOTNO
530 - Tag: DT_MIPS_LOCAL_GOTNO
591 - Tag: DT_MIPS_LOCAL_GOTNO
Ddynamic-tags-machine-specific.test187 - Tag: DT_MIPS_LOCAL_GOTNO
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Ddynamic-section-machine-specific.test118 - Tag: DT_MIPS_LOCAL_GOTNO
/external/llvm/include/llvm/Support/
DELF.h1159 DT_MIPS_LOCAL_GOTNO = 0x7000000a, // Number of local global offset enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1159 DT_MIPS_LOCAL_GOTNO = 0x7000000a, // Number of local global offset enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h1416 #define DT_MIPS_LOCAL_GOTNO 0x7000000a macro
/external/kmod/port-gnu/
Delf.h1680 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local GOT entries */ macro
/external/elfutils/libelf/
Delf.h1917 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local GOT entries */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1690 case DT_MIPS_LOCAL_GOTNO: in printValue()
1926 case ELF::DT_MIPS_LOCAL_GOTNO: in MipsGOTParser()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2493 case DT_MIPS_LOCAL_GOTNO: in getDynamicEntry()
3024 case ELF::DT_MIPS_LOCAL_GOTNO: in findGOT()
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1507 add(DT_MIPS_LOCAL_GOTNO, [] { return in.mipsGot->getLocalEntriesNum(); }); in finalizeContents()