/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MachO.h | 469 uint32_t nlocalsym; member 500 uint32_t nlocalsym; member 516 uint32_t nlocalsym; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 62 CHECK: nlocalsym 3 246 EXE: nlocalsym 0
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 62 CHECK: nlocalsym 3 246 EXE: nlocalsym 0
|
/external/llvm/test/MC/MachO/ARM/ |
D | darwin-Thumb-reloc.s | 131 @ CHECK: nlocalsym: 0
|
D | darwin-ARM-reloc.s | 169 @ CHECK: nlocalsym: 3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/ |
D | darwin-Thumb-reloc.s | 131 @ CHECK: nlocalsym: 0
|
D | darwin-ARM-reloc.s | 169 @ CHECK: nlocalsym: 3
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 109 CHECK: nlocalsym 0 280 EXE: nlocalsym 1
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 105 CHECK: nlocalsym 2 302 EXE: nlocalsym 0 525 NON_VERBOSE: nlocalsym 2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 107 CHECK: nlocalsym 2 304 EXE: nlocalsym 0 527 NON_VERBOSE: nlocalsym 2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 111 CHECK: nlocalsym 0 282 EXE: nlocalsym 1
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 682 uint32_t nlocalsym; member 713 uint32_t nlocalsym; member 729 uint32_t nlocalsym; member 1200 sys::swapByteOrder(dst.nlocalsym); in swapStruct()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 684 uint32_t nlocalsym; member 715 uint32_t nlocalsym; member 731 uint32_t nlocalsym; member 1208 sys::swapByteOrder(dst.nlocalsym); in swapStruct()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 689 uint32_t nlocalsym; member 720 uint32_t nlocalsym; member 736 uint32_t nlocalsym; member 1225 sys::swapByteOrder(dst.nlocalsym); in swapStruct()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 399 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/ |
D | macho-invalid.test | 47 BAD-SYMBOL: truncated or malformed object (ilocalsym plus nlocalsym in LC_DYSYMTAB load command ext…
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 290 IO.mapRequired("nlocalsym", LoadCommand.nlocalsym); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 319 IO.mapRequired("nlocalsym", LoadCommand.nlocalsym); in mapping()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 751 W.printNumber("nlocalsym", DLC.nlocalsym); in printMachODysymtab()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 798 W.printNumber("nlocalsym", DLC.nlocalsym); in printMachODysymtab()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1583 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile() 1589 BigSize += Dysymtab.nlocalsym; in MachOObjectFile() 1590 if (Dysymtab.nlocalsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 4464 Cmd.nlocalsym = 0; in getDysymtabLoadCommand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | macho-invalid.test | 47 BAD-SYMBOL: truncated or malformed object (ilocalsym plus nlocalsym in LC_DYSYMTAB load command ext…
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7961 outs() << " nlocalsym " << dyst.nlocalsym; in PrintDysymtabLoadCommand() 7964 big_size += dyst.nlocalsym; in PrintDysymtabLoadCommand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8360 outs() << " nlocalsym " << dyst.nlocalsym; in PrintDysymtabLoadCommand() 8363 big_size += dyst.nlocalsym; in PrintDysymtabLoadCommand()
|