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

  /toolchain/binutils/binutils-2.25/bfd/
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);
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;
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
elf.c 5831 unsigned int section_count; local
6291 unsigned int section_count; local
    [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...]
bfd-in2.h 524 #define bfd_count_sections(abfd) ((abfd)->section_count)
6456 unsigned int section_count; member in struct:bfd
    [all...]
  /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) {
  /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...]
  /art/runtime/
dex_file_verifier.cc 1858 uint32_t section_count = item->size_; local
2789 uint32_t section_count = item->size_; local
    [all...]
  /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...]
output.cc 283 size_t section_count = (this->data_size() local
285 if (section_count < elfcpp::SHN_LORESERVE)
288 oshdr.put_sh_size(section_count);
562 size_t section_count = (this->section_header_->data_size() local
565 if (section_count < elfcpp::SHN_LORESERVE)
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 488 __le32 section_count; /* total # of sections */ member in struct:f2fs_super_block
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 746 __u32 section_count; /* total # of sections */ member in struct:f2fs_super_block
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 4808 unsigned int section_count; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 529 #define bfd_count_sections(abfd) ((abfd)->section_count)
5837 unsigned int section_count; member in struct:bfd
6155 unsigned int section_count; member in struct:bfd_preserve
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 529 #define bfd_count_sections(abfd) ((abfd)->section_count)
5837 unsigned int section_count; member in struct:bfd
6155 unsigned int section_count; member in struct:bfd_preserve
    [all...]

Completed in 638 milliseconds