HomeSort by relevance Sort by last modified time
    Searched refs:sizeofcmds (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
MachO.h 288 uint32_t sizeofcmds; member in struct:llvm::MachO::mach_header
298 uint32_t sizeofcmds; member in struct:llvm::MachO::mach_header_64
  /external/valgrind/main/coregrind/m_ume/
macho.c 478 len = sizeof(mh) + mh.sizeofcmds;
497 lcend = (struct load_command *)(headers + mh.sizeofcmds + sizeof(mh));
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 290 if (ii->macho_img_szB < sizeof(struct MACH_HEADER) + mh->sizeofcmds) {
    [all...]

Completed in 92 milliseconds