Home
last modified time | relevance | path

Searched refs:nlocalsym (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h469 uint32_t nlocalsym; member
500 uint32_t nlocalsym; member
516 uint32_t nlocalsym; member
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test62 CHECK: nlocalsym 3
246 EXE: nlocalsym 0
/external/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s131 @ CHECK: nlocalsym: 0
Ddarwin-ARM-reloc.s169 @ CHECK: nlocalsym: 3
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test109 CHECK: nlocalsym 0
280 EXE: nlocalsym 1
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test105 CHECK: nlocalsym 2
302 EXE: nlocalsym 0
525 NON_VERBOSE: nlocalsym 2
/external/llvm/include/llvm/Support/
DMachO.h682 uint32_t nlocalsym; member
713 uint32_t nlocalsym; member
729 uint32_t nlocalsym; member
1200 sys::swapByteOrder(dst.nlocalsym); in swapStruct()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c914 if (dysymcmd.ilocalsym + dysymcmd.nlocalsym > symcmd.nsyms in ML_()
926 dysymcmd.nextdefsym, dysymcmd.nlocalsym ); in ML_()
947 dysymcmd.nlocalsym, strs, symcmd.strsize); in ML_()
/external/llvm/lib/Object/
DMachOObjectFile.cpp399 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile()
405 BigSize += Dysymtab.nlocalsym; in MachOObjectFile()
406 if (Dysymtab.nlocalsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile()
2272 Cmd.nlocalsym = 0; in getDysymtabLoadCommand()
/external/llvm/test/Object/
Dmacho-invalid.test47 BAD-SYMBOL: truncated or malformed object (ilocalsym plus nlocalsym in LC_DYSYMTAB load command ext…
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp290 IO.mapRequired("nlocalsym", LoadCommand.nlocalsym); in mapping()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp751 W.printNumber("nlocalsym", DLC.nlocalsym); in printMachODysymtab()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7961 outs() << " nlocalsym " << dyst.nlocalsym; in PrintDysymtabLoadCommand()
7964 big_size += dyst.nlocalsym; in PrintDysymtabLoadCommand()