HomeSort by relevance Sort by last modified time
    Searched defs:nsects (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/common/mac/
macho_reader.h 182 uint32_t nsects; member in struct:google_breakpad::mach_o::Segment
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 117 Seg64.nsects = Seg.nsects;
252 unsigned nsects = Segment.nsects; local
257 for (unsigned i = 0; i < nsects; ++i) {
383 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 279 uint32_t nsects; member in struct:__anon18779::MachOSegment
347 Segment.nsects = SC.nsects;
361 Segment.nsects = SC.nsects;
782 W.printNumber("nsects", MOSegment.nsects);
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 92 unsigned char nsects[4]; /* Number of sections in this segment. */ member in struct:mach_o_segment_command_32_external
106 unsigned char nsects[4]; /* Number of sections in this segment. */ member in struct:mach_o_segment_command_64_external
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 109 unsigned char nsects[4]; /* Number of sections in this segment. */ member in struct:mach_o_segment_command_32
126 unsigned char nsects[4]; /* Number of sections in this segment. */ member in struct:mach_o_segment_command_64
419 unsigned int nsects; local
449 nsects = (*fetch_32) (segbuf
451 nsects));
459 nsects = (*fetch_32) (segbuf
461 nsects));
466 secdata = XNEWVEC (unsigned char, nsects * sechdrsize);
468 secdata, nsects * sechdrsize, errmsg, err))
477 index_index = nsects;
1343 size_t nsects = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 97 unsigned long nsects; member in struct:bfd_mach_o_segment_command
595 unsigned long nsects; member in struct:mach_o_data_struct
  /external/v8/src/
gdb-jit.cc 522 uint32_t nsects; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
572 cmd->nsects = sections_.length();
575 cmd->nsects;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 570 uint32_t nsects; member in struct:llvm::MachO::segment_command
584 uint32_t nsects; member in struct:llvm::MachO::segment_command_64
1040 sys::swapByteOrder(seg.nsects);
1053 sys::swapByteOrder(seg.nsects);
    [all...]

Completed in 170 milliseconds