/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/ |
H A D | macho-private-headers.test | 107 CHECK: nextdefsym 2 304 EXE: nextdefsym 2 527 NON_VERBOSE: nextdefsym 2
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | load_commands.yaml | 81 nextdefsym: 2 207 #CHECK: nextdefsym: 2
|
H A D | rebase_opcode.yaml | 48 nextdefsym: 2
|
H A D | weak_bind_opcode.yaml | 48 nextdefsym: 2
|
H A D | bind_opcode.yaml | 48 nextdefsym: 2
|
H A D | export_trie.yaml | 81 nextdefsym: 2
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 64 CHECK: nextdefsym 1 248 EXE: nextdefsym 2
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 111 CHECK: nextdefsym 1 282 EXE: nextdefsym 2
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 684 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 D | MachO.h | 686 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 D | MachOObjectFile.cpp | 411 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 D | MachO.h | 698 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 D | symbols-1.s | 166 // CHECK-X86_32: nextdefsym: 3 331 // CHECK-X86_64: nextdefsym: 3
|
H A D | variable-exprs.s | 238 // CHECK-I386: nextdefsym: 0 447 // CHECK-X86_64: nextdefsym: 0
|
H A D | section-align-1.s | 74 // CHECK: nextdefsym: 0
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 715 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 D | MachOYAML.cpp | 292 IO.mapRequired("nextdefsym", LoadCommand.nextdefsym); in mapping()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | MachO.h | 711 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/ |
D | MachO.h | 711 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/ |
D | MachO.h | 711 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/ |
D | MachO.h | 711 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 D | MachOYAML.cpp | 329 IO.mapRequired("nextdefsym", LoadCommand.nextdefsym); in mapping()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/ |
D | ldmacho.go | 140 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 D | MachOYAML.cpp | 383 IO.mapRequired("nextdefsym", LoadCommand.nextdefsym); in mapping()
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 753 W.printNumber("nextdefsym", DLC.nextdefsym); in printMachODysymtab()
|