Searched refs:modtaboff (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h311 unsigned long modtaboff; /* File offset to module table. */ member in struct:bfd_mach_o_dysymtab_command
H A Dmach-o.c1176 seg->modtaboff = bfd_h_get_32 (abfd, buf + 32);
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h929 uint32_t modtaboff; /* file offset to module table */ member in struct:dysymtab_command
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp541 uint32_t modtaboff() const INLINE { return E::get32(fields.modtaboff); }
542 void set_modtaboff(uint32_t value) INLINE { E::set32(fields.modtaboff, value); }
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h483 uint32_t modtaboff; member in struct:llvm::MachO::dysymtab_command

Completed in 207 milliseconds