Searched defs:nsects (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dmacho_utilities.cc57 sg->nsects = ByteSwap(sg->nsects);
75 uint32_t nsects,
78 for (uint32_t i = 0; i < nsects; i++) {
74 breakpad_swap_section_64(struct section_64 *s, uint32_t nsects, enum NXByteOrder target_byte_order) argument
H A Dmacho_reader.h182 uint32_t nsects; member in struct:google_breakpad::mach_o::Segment
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp118 Seg64.nsects = Seg.nsects;
253 unsigned nsects = Segment.nsects; local
258 for (unsigned i = 0; i < nsects; ++i) {
384 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects);
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp279 uint32_t nsects; member in struct:__anon14886::MachOSegment
347 Segment.nsects = SC.nsects;
361 Segment.nsects = SC.nsects;
787 W.printNumber("nsects", MOSegment.nsects);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h315 uint32_t nsects; member in struct:llvm::MachO::segment_command
329 uint32_t nsects; member in struct:llvm::MachO::segment_command_64
/external/llvm/include/llvm/Support/
H A DMachO.h528 uint32_t nsects; member in struct:llvm::MachO::segment_command
542 uint32_t nsects; member in struct:llvm::MachO::segment_command_64
1029 sys::swapByteOrder(seg.nsects);
1042 sys::swapByteOrder(seg.nsects);
/external/v8/src/
H A Dgdb-jit.cc523 uint32_t nsects; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
573 cmd->nsects = sections_.length();
576 cmd->nsects;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp406 for (unsigned J = 0; J < Seg.nsects; ++J) {
434 for (unsigned J = 0; J < Seg.nsects; ++J) {
2236 for (unsigned J = 0; J < Seg.nsects; ++J) {
2257 for (unsigned J = 0; J < Seg.nsects; ++J) {
2292 for (unsigned J = 0; J < Seg.nsects; ++J) {
2332 for (unsigned J = 0; J < Seg.nsects; ++J) {
2460 for (unsigned J = 0; J < Seg.nsects; ++J) {
7674 uint32_t initprot, uint32_t nsects,
7680 expected_cmdsize = nsects;
7685 expected_cmdsize = nsects;
7670 PrintSegmentCommand(uint32_t cmd, uint32_t cmdsize, StringRef SegName, uint64_t vmaddr, uint64_t vmsize, uint64_t fileoff, uint64_t filesize, uint32_t maxprot, uint32_t initprot, uint32_t nsects, uint32_t flags, uint32_t object_size, bool verbose) argument
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h528 uint32_t nsects; member in struct:llvm::MachO::segment_command
542 uint32_t nsects; member in struct:llvm::MachO::segment_command_64
1037 sys::swapByteOrder(seg.nsects);
1050 sys::swapByteOrder(seg.nsects);

Completed in 343 milliseconds