Home
last modified time | relevance | path

Searched full:nextdefsym (Results 1 – 25 of 78) sorted by relevance

1234

/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test107 CHECK: nextdefsym 2
304 EXE: nextdefsym 2
527 NON_VERBOSE: nextdefsym 2
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dload_commands.yaml81 nextdefsym: 2
207 #CHECK: nextdefsym: 2
H A Drebase_opcode.yaml48 nextdefsym: 2
H A Dweak_bind_opcode.yaml48 nextdefsym: 2
H A Dbind_opcode.yaml48 nextdefsym: 2
H A Dexport_trie.yaml81 nextdefsym: 2
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test64 CHECK: nextdefsym 1
248 EXE: nextdefsym 2
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test111 CHECK: nextdefsym 1
282 EXE: nextdefsym 2
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMachO.h684 uint32_t nextdefsym; member
709 uint32_t nextdefsym; member
725 uint32_t nextdefsym; member
1202 sys::swapByteOrder(dst.nextdefsym); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h686 uint32_t nextdefsym; member
711 uint32_t nextdefsym; member
727 uint32_t nextdefsym; member
1210 sys::swapByteOrder(dst.nextdefsym); in swapStruct()
/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp411 if (Dysymtab.nextdefsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile()
412 Err = malformedError("nextdefsym in LC_DYSYMTAB load command " in MachOObjectFile()
417 BigSize += Dysymtab.nextdefsym; in MachOObjectFile()
418 if (Dysymtab.nextdefsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile()
419 Err = malformedError("iextdefsym plus nextdefsym in LC_DYSYMTAB " in MachOObjectFile()
2274 Cmd.nextdefsym = 0; in getDysymtabLoadCommand()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h698 uint32_t nextdefsym; member
723 uint32_t nextdefsym; member
739 uint32_t nextdefsym; member
1239 sys::swapByteOrder(dst.nextdefsym); in swapStruct()
/aosp_15_r20/external/llvm/test/MC/MachO/
H A Dsymbols-1.s166 // CHECK-X86_32: nextdefsym: 3
331 // CHECK-X86_64: nextdefsym: 3
H A Dvariable-exprs.s238 // CHECK-I386: nextdefsym: 0
447 // CHECK-X86_64: nextdefsym: 0
H A Dsection-align-1.s74 // CHECK: nextdefsym: 0
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h715 uint32_t nextdefsym; member
740 uint32_t nextdefsym; member
756 uint32_t nextdefsym; member
1378 sys::swapByteOrder(dst.nextdefsym); in swapStruct()
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp292 IO.mapRequired("nextdefsym", LoadCommand.nextdefsym); in mapping()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DMachO.h711 uint32_t nextdefsym; member
736 uint32_t nextdefsym; member
752 uint32_t nextdefsym; member
1379 sys::swapByteOrder(dst.nextdefsym); in swapStruct()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DMachO.h711 uint32_t nextdefsym; member
736 uint32_t nextdefsym; member
752 uint32_t nextdefsym; member
1379 sys::swapByteOrder(dst.nextdefsym); in swapStruct()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DMachO.h711 uint32_t nextdefsym; member
736 uint32_t nextdefsym; member
752 uint32_t nextdefsym; member
1379 sys::swapByteOrder(dst.nextdefsym); in swapStruct()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DMachO.h711 uint32_t nextdefsym; member
736 uint32_t nextdefsym; member
752 uint32_t nextdefsym; member
1379 sys::swapByteOrder(dst.nextdefsym); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp329 IO.mapRequired("nextdefsym", LoadCommand.nextdefsym); in mapping()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/
Dldmacho.go140 nextdefsym uint32 member
297 c.dsym.nextdefsym = e4(p[20:])
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp383 IO.mapRequired("nextdefsym", LoadCommand.nextdefsym); in mapping()
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp753 W.printNumber("nextdefsym", DLC.nextdefsym); in printMachODysymtab()

1234