Home
last modified time | relevance | path

Searched refs:modtaboff (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dmach-o.h311 unsigned long modtaboff; /* File offset to module table. */ member
H A Dmach-o.c1272 seg->modtaboff = bfd_h_get_32 (abfd, buf + 32);
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dmach-o.h311 unsigned long modtaboff; /* File offset to module table. */ member
H A Dmach-o.c1180 seg->modtaboff = bfd_h_get_32 (abfd, buf + 32); in bfd_mach_o_scan_read_dysymtab()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dmach_o.py1404 self.modtaboff = 0
1417 …extdefsym, self.iundefsym, self.nundefsym, self.tocoff, self.ntoc, self.modtaboff, self.nmodtab, s…
1441 self.modtaboff, self.nmodtab)
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h720 uint32_t modtaboff; member
1383 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp388 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp909 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp498 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand()
513 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand()
519 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff, in checkDysymtabCommand()
4851 Cmd.modtaboff = 0; in getDysymtabLoadCommand()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9179 outs() << " modtaboff " << dyst.modtaboff; in PrintDysymtabLoadCommand()
9180 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
9189 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()
9193 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()