Home
last modified time | relevance | path

Searched full:nsects (Results 1 – 25 of 71) sorted by relevance

123

/external/llvm/test/ObjectYAML/MachO/
Dload_commands.yaml23 nsects: 0
34 nsects: 6
45 nsects: 3
56 nsects: 0
149 #CHECK: nsects: 0
160 #CHECK: nsects: 6
171 #CHECK: nsects: 3
182 #CHECK: nsects: 0
Dexport_trie.yaml23 nsects: 0
34 nsects: 6
45 nsects: 3
56 nsects: 0
Dout_of_order_linkedit.yaml23 nsects: 0
34 nsects: 6
45 nsects: 3
56 nsects: 0
Dsections.yaml23 nsects: 0
34 nsects: 6
118 nsects: 3
166 nsects: 0
Dsymtab.yaml23 nsects: 0
34 nsects: 6
46 nsects: 3
58 nsects: 0
Drebase_opcode.yaml23 nsects: 0
Dbind_opcode.yaml23 nsects: 0
Dweak_bind_opcode.yaml23 nsects: 0
/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc57 sg->nsects = ByteSwap(sg->nsects); in breakpad_swap_segment_command_64()
75 uint32_t nsects, in breakpad_swap_section_64() argument
78 for (uint32_t i = 0; i < nsects; i++) { in breakpad_swap_section_64()
Dmacho_id.cc276 for (unsigned long i = 0; i < seg.nsects; ++i) { in WalkerCB()
309 for (unsigned long i = 0; i < seg64.nsects; ++i) { in WalkerCB()
Dmacho_utilities.h81 uint32_t nsects,
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test18 CHECK: nsects 2
93 EXE: nsects 0
105 EXE: nsects 5
182 EXE: nsects 2
220 EXE: nsects 0
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test18 CHECK: nsects 6
140 EXE: nsects 0
152 EXE: nsects 4
216 EXE: nsects 2
254 EXE: nsects 0
/external/valgrind/coregrind/
Dfixup_macho_loadcmds.c45 nsects 0
71 nsects 0
498 nsects and flags). If yes, convert it to a UNIXSTACK load in modify_macho_loadcmds()
521 if (seg->nsects != 0) in modify_macho_loadcmds()
522 fail("has __UNIXSTACK, but wrong ::nsects (should be 0)"); in modify_macho_loadcmds()
533 if (seg->nsects != 0) in modify_macho_loadcmds()
534 fail("has __LINKEDIT, but wrong ::nsects (should be 0)"); in modify_macho_loadcmds()
636 nsects 0
650 nsects 0
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test40 CHECK: nsects 4
136 EXE: nsects 0
148 EXE: nsects 6
238 EXE: nsects 2
276 EXE: nsects 0
464 NON_VERBOSE: nsects 4
/external/llvm/tools/dsymutil/
DMachOUtils.cpp118 Seg64.nsects = Seg.nsects; in adaptFrom32bits()
253 unsigned nsects = Segment.nsects; in transferSegmentAndSections() local
258 for (unsigned i = 0; i < nsects; ++i) { in transferSegmentAndSections()
384 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects); in generateDsymCompanion()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp279 uint32_t nsects; member
347 Segment.nsects = SC.nsects; in getSegment()
361 Segment.nsects = SC.nsects; in getSegment()
787 W.printNumber("nsects", MOSegment.nsects); in printMachOSegment()
/external/llvm/test/tools/llvm-ar/Inputs/
Dmacho.yaml21 nsects: 1
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp457 IO.mapRequired("nsects", LoadCommand.nsects); in mapping()
471 IO.mapRequired("nsects", LoadCommand.nsects); in mapping()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp226 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSectionSizes()
240 if (Seg.nsects != 0) in printDarwinSectionSizes()
253 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSectionSizes()
268 if (Seg.nsects != 0) in printDarwinSectionSizes()
288 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSegmentSizes()
314 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSegmentSizes()
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-nobase-relocs.s70 // CHECK: nsects: 1
Dsection-align-1.s67 // CHECK: nsects: 1
Dthread_init_func.s75 // CHECK: nsects: 2
Ddata.s78 // CHECK: nsects: 2
Ddirection_labels.s76 // CHECK: nsects: 1

123