HomeSort by relevance Sort by last modified time
    Searched refs:section_count (Results 1 - 25 of 45) sorted by null

1 2

  /external/webrtc/webrtc/base/
linux.cc 63 size_t section_count = sections_.size(); local
64 for (size_t i = 0; i < section_count; ++i) {
98 size_t section_count = sections_.size();
99 for (size_t i = 0; i < section_count; ++i) {
128 size_t section_count = sections_.size(); local
129 for (size_t i = 0; i < section_count; ++i) {
  /toolchain/binutils/binutils-2.25/bfd/
format.c 105 unsigned int section_count; member in struct:bfd_preserve
126 preserve->section_count = abfd->section_count;
160 abfd->section_count = preserve->section_count;
simple.c 105 int section_count; member in struct:saved_offsets
152 if (section->index >= saved_offsets->section_count)
246 saved_offsets.section_count = abfd->section_count;
248 * saved_offsets.section_count);
libieee.h 85 unsigned int section_count; member in struct:ieee_data_struct
pef.h 36 unsigned short section_count; member in struct:bfd_pef_header
section.c 599 . only handle the list pointers, ie. do not adjust section_count,
820 newsect->index = abfd->section_count;
827 abfd->section_count++;
859 abfd->section_count = 0;
    [all...]
pef.c 533 if (header->section_count != 0)
535 mdata->sections = bfd_alloc (abfd, header->section_count * sizeof (bfd_pef_section));
540 for (i = 0; i < header->section_count; i++)
575 header->section_count = bfd_getb32 (buf + 32) + 1;
coff-ppc.c     [all...]
elf.c 5831 unsigned int section_count; local
6291 unsigned int section_count; local
    [all...]
bfd-in.h 517 #define bfd_count_sections(abfd) ((abfd)->section_count)
    [all...]
cofflink.c 707 /* We use section_count + 1, rather than section_count, because
709 amt = abfd->section_count + 1;
714 for (i = 0; i <= abfd->section_count; i++)
    [all...]
vms-alpha.c 281 unsigned int section_count; /* Number of GSD sections. */
510 int section_count = 0;
598 BFD_ASSERT (section_count < 999);
599 sprintf (name, "$%s_%03d$", pfx, section_count++);
1190 if (PRIV (section_count) >= PRIV (section_max))
280 unsigned int section_count; \/* Number of GSD sections. *\/ member in struct:vms_private_data_struct
508 int section_count = 0; local
    [all...]
xcofflink.c     [all...]
ecoff.c     [all...]
  /external/dng_sdk/source/
dng_info.cpp 1511 uint32 section_count = stream.Get_uint32 (); local
1513 if (section_key == DNG_CHAR4 ('M','a','k','N') && section_count > 6)
1528 uint32 tempSize = SafeUint32Sub(section_count, 6);
1552 else if (section_key == DNG_CHAR4 ('S','R','2',' ') && section_count > 6)
1573 section_count - 6,
1579 else if (section_key == DNG_CHAR4 ('R','A','F',' ') && section_count > 4)
1670 else if (section_key == DNG_CHAR4 ('C','n','t','x') && section_count > 4)
1709 else if (section_key == DNG_CHAR4 ('C','R','W',' ') && section_count > 4)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 133 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1,
135 head->nsections = abfd->section_count + 1;
621 n->section = (struct coff_isection *) xcalloc (sizeof (struct coff_isection), abfd->section_count + 1);
  /toolchain/binutils/binutils-2.25/gold/
incremental.h 891 unsigned int section_count = this->get_input_section_count(); local
894 + section_count * this->input_section_entry_size
1045 unsigned int section_count = this->get_input_section_count(); local
1049 + section_count * this->input_section_entry_size
1058 unsigned int section_count = this->get_input_section_count(); local
1063 + section_count * this->input_section_entry_size
    [all...]
  /art/runtime/
dex_file_verifier.cc 1858 uint32_t section_count = item->size_; local
2787 uint32_t section_count = item->size_; local
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 309 set_sb(section_count, get_sb(segment_count_main) / config.segs_per_sec);
311 set_sb(segment_count_main, get_sb(section_count) * config.segs_per_sec);
  /external/e2fsprogs/lib/blkid/
probe.h 746 __u32 section_count; /* total # of sections */ member in struct:f2fs_super_block
  /external/f2fs-tools/include/
f2fs_fs.h 333 __le32 section_count; /* total # of sections */ member in struct:f2fs_super_block
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 55 D_DISP_u32(sb, section_count);
  /toolchain/binutils/binutils-2.25/ld/
ldwrite.c 458 int nsecs = abfd->section_count;
  /external/f2fs-tools/fsck/
mount.c 126 DISP_u32(sb, section_count);
304 sbi->total_sections = le32_to_cpu(raw_super->section_count);
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 329 section_count = f.uint16()
335 sections = [CoffSection(f) for idx in range(section_count)]
    [all...]

Completed in 1017 milliseconds

1 2