/external/google-breakpad/src/common/mac/ |
macho_utilities.cc | 57 sg->nsects = ByteSwap(sg->nsects); 75 uint32_t nsects, 78 for (uint32_t i = 0; i < nsects; i++) {
|
macho_utilities.h | 81 uint32_t nsects,
|
/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...] |
/external/llvm/test/tools/llvm-objdump/AArch64/ |
macho-private-headers.test | 18 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/ |
macho-private-headers.test | 18 CHECK: nsects 6 140 EXE: nsects 0 152 EXE: nsects 4 216 EXE: nsects 2 254 EXE: nsects 0
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-nobase-relocs.s | 70 // CHECK: nsects: 1
|
comm-1.s | 103 // CHECK: nsects: 1
|
data.s | 78 // CHECK: nsects: 2
|
direction_labels.s | 76 // CHECK: nsects: 1
|
section-align-1.s | 67 // CHECK: nsects: 1
|
string-table.s | 85 // CHECK: nsects: 1
|
tdata.s | 91 // CHECK: nsects: 2
|
thread_init_func.s | 75 // CHECK: nsects: 2
|
zerofill-2.s | 88 // CHECK: nsects: 2
|
zerofill-5.s | 92 // CHECK: nsects: 2
|
/external/valgrind/coregrind/ |
fixup_macho_loadcmds.c | 45 nsects 0 71 nsects 0 498 nsects and flags). If yes, convert it to a UNIXSTACK load 521 if (seg->nsects != 0) 522 fail("has __UNIXSTACK, but wrong ::nsects (should be 0)"); 533 if (seg->nsects != 0) 534 fail("has __LINKEDIT, but wrong ::nsects (should be 0)"); 636 nsects 0 650 nsects 0
|
/external/llvm/tools/llvm-readobj/ |
MachODumper.cpp | 279 uint32_t nsects; member in struct:__anon19617::MachOSegment 347 Segment.nsects = SC.nsects; 361 Segment.nsects = SC.nsects; 782 W.printNumber("nsects", MOSegment.nsects);
|
/development/ndk/platforms/android-3/include/linux/ |
blkdev.h | 453 #define blk_finished_io(nsects) do { } while (0) 454 #define blk_started_io(nsects) do { } while (0)
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
blkdev.h | 453 #define blk_finished_io(nsects) do { } while (0) 454 #define blk_started_io(nsects) do { } while (0)
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
blkdev.h | 453 #define blk_finished_io(nsects) do { } while (0) 454 #define blk_started_io(nsects) do { } while (0)
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
blkdev.h | 453 #define blk_finished_io(nsects) do { } while (0) 454 #define blk_started_io(nsects) do { } while (0)
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
blkdev.h | 453 #define blk_finished_io(nsects) do { } while (0) 454 #define blk_started_io(nsects) do { } while (0)
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
blkdev.h | 453 #define blk_finished_io(nsects) do { } while (0) 454 #define blk_started_io(nsects) do { } while (0)
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
blkdev.h | 453 #define blk_finished_io(nsects) do { } while (0) 454 #define blk_started_io(nsects) do { } while (0)
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/ |
blkdev.h | 453 #define blk_finished_io(nsects) do { } while (0) 454 #define blk_started_io(nsects) do { } while (0)
|