Home
last modified time | relevance | path

Searched full:ilocalsym (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test104 CHECK: ilocalsym 0
301 EXE: ilocalsym 0
524 NON_VERBOSE: ilocalsym 0
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dload_commands.yaml78 ilocalsym: 0
204 #CHECK: ilocalsym: 0
H A Drebase_opcode.yaml45 ilocalsym: 0
H A Dweak_bind_opcode.yaml45 ilocalsym: 0
H A Dbind_opcode.yaml45 ilocalsym: 0
H A Dexport_trie.yaml78 ilocalsym: 0
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test61 CHECK: ilocalsym 0
245 EXE: ilocalsym 0
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test108 CHECK: ilocalsym 0
279 EXE: ilocalsym 0
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMachO.h681 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 DMachO.h683 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 DMachOObjectFile.cpp399 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 DMachO.h695 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 Dsymbols-1.s163 // CHECK-X86_32: ilocalsym: 0
328 // CHECK-X86_64: ilocalsym: 0
H A Dvariable-exprs.s235 // CHECK-I386: ilocalsym: 0
444 // CHECK-X86_64: ilocalsym: 0
H A Dsection-align-1.s71 // CHECK: ilocalsym: 0
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h712 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 DMachOYAML.cpp289 IO.mapRequired("ilocalsym", LoadCommand.ilocalsym); in mapping()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DMachO.h708 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/
DMachO.h708 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/
DMachO.h708 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/
DMachO.h708 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 DMachOYAML.cpp326 IO.mapRequired("ilocalsym", LoadCommand.ilocalsym); in mapping()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/
Dldmacho.go137 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 DMachOYAML.cpp380 IO.mapRequired("ilocalsym", LoadCommand.ilocalsym); in mapping()
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp750 W.printNumber("ilocalsym", DLC.ilocalsym); in printMachODysymtab()

1234