Searched refs:nextdefsym (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h471 uint32_t nextdefsym; member in struct:llvm::MachO::dysymtab_command
496 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module
512 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module_64
/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s171 @ CHECK: nextdefsym: 0
H A Ddarwin-Thumb-reloc.s133 @ CHECK: nextdefsym: 1
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c916 || dysymcmd.iextdefsym + dysymcmd.nextdefsym > symcmd.nsyms) {
927 dysymcmd.nextdefsym, dysymcmd.nlocalsym );
942 dysymcmd.nextdefsym, strs, symcmd.strsize);
/external/llvm/include/llvm/Support/
H A DMachO.h684 uint32_t nextdefsym; member in struct:llvm::MachO::dysymtab_command
709 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module
725 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module_64
1202 sys::swapByteOrder(dst.nextdefsym);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h686 uint32_t nextdefsym; member in struct:llvm::MachO::dysymtab_command
711 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module
727 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module_64
1210 sys::swapByteOrder(dst.nextdefsym);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp411 if (Dysymtab.nextdefsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) {
412 Err = malformedError("nextdefsym in LC_DYSYMTAB load command "
417 BigSize += Dysymtab.nextdefsym;
418 if (Dysymtab.nextdefsym != 0 && BigSize > Symtab.nsyms) {
419 Err = malformedError("iextdefsym plus nextdefsym in LC_DYSYMTAB "
2274 Cmd.nextdefsym = 0;
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp292 IO.mapRequired("nextdefsym", LoadCommand.nextdefsym);
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp753 W.printNumber("nextdefsym", DLC.nextdefsym);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7974 outs() << " nextdefsym " << dyst.nextdefsym;
7976 big_size += dyst.nextdefsym;

Completed in 189 milliseconds