/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/ |
H A D | macho-private-headers.test | 104 CHECK: ilocalsym 0 301 EXE: ilocalsym 0 524 NON_VERBOSE: ilocalsym 0
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | load_commands.yaml | 78 ilocalsym: 0 204 #CHECK: ilocalsym: 0
|
H A D | rebase_opcode.yaml | 45 ilocalsym: 0
|
H A D | weak_bind_opcode.yaml | 45 ilocalsym: 0
|
H A D | bind_opcode.yaml | 45 ilocalsym: 0
|
H A D | export_trie.yaml | 78 ilocalsym: 0
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 61 CHECK: ilocalsym 0 245 EXE: ilocalsym 0
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 108 CHECK: ilocalsym 0 279 EXE: ilocalsym 0
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 681 uint32_t ilocalsym; member 712 uint32_t ilocalsym; member 728 uint32_t ilocalsym; member 1199 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 683 uint32_t ilocalsym; member 714 uint32_t ilocalsym; member 730 uint32_t ilocalsym; member 1207 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 399 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile() 400 Err = malformedError("ilocalsym in LC_DYSYMTAB load command " in MachOObjectFile() 404 uint64_t BigSize = Dysymtab.ilocalsym; in MachOObjectFile() 407 Err = malformedError("ilocalsym plus nlocalsym in LC_DYSYMTAB load " in MachOObjectFile() 411 if (Dysymtab.nextdefsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile() 2271 Cmd.ilocalsym = 0; in getDysymtabLoadCommand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 695 uint32_t ilocalsym; member 726 uint32_t ilocalsym; member 742 uint32_t ilocalsym; member 1236 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
|
/aosp_15_r20/external/llvm/test/MC/MachO/ |
H A D | symbols-1.s | 163 // CHECK-X86_32: ilocalsym: 0 328 // CHECK-X86_64: ilocalsym: 0
|
H A D | variable-exprs.s | 235 // CHECK-I386: ilocalsym: 0 444 // CHECK-X86_64: ilocalsym: 0
|
H A D | section-align-1.s | 71 // CHECK: ilocalsym: 0
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 712 uint32_t ilocalsym; member 743 uint32_t ilocalsym; member 759 uint32_t ilocalsym; member 1375 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 289 IO.mapRequired("ilocalsym", LoadCommand.ilocalsym); in mapping()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | MachO.h | 708 uint32_t ilocalsym; member 739 uint32_t ilocalsym; member 755 uint32_t ilocalsym; member 1376 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | MachO.h | 708 uint32_t ilocalsym; member 739 uint32_t ilocalsym; member 755 uint32_t ilocalsym; member 1376 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | MachO.h | 708 uint32_t ilocalsym; member 739 uint32_t ilocalsym; member 755 uint32_t ilocalsym; member 1376 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | MachO.h | 708 uint32_t ilocalsym; member 739 uint32_t ilocalsym; member 755 uint32_t ilocalsym; member 1376 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 326 IO.mapRequired("ilocalsym", LoadCommand.ilocalsym); in mapping()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/ |
D | ldmacho.go | 137 ilocalsym uint32 member 294 c.dsym.ilocalsym = e4(p[8:])
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 380 IO.mapRequired("ilocalsym", LoadCommand.ilocalsym); in mapping()
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 750 W.printNumber("ilocalsym", DLC.ilocalsym); in printMachODysymtab()
|