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

  /external/v8/src/wasm/
module-decoder.cc 190 uint32_t section_size = u32v(&length, "section size"); local
191 if (pc_ + section_size > limit_ || pc_ + section_size < pc_) {
195 pc_ += section_size;
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 212 section_size(unsigned int shndx);
575 Elf_file<size, big_endian, File>::section_size(unsigned int shndx) function in class:elfcpp::Elf_file
580 file->error(_("section_size: bad shndx %u >= %u"),
  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 287 section_size_type section_size = local
290 if (section_size > size)
291 section_size = size;
292 size -= section_size;
296 section_size -= section_name_size + 4;
307 p += section_name_size + section_size;
312 while (section_size > 0)
324 section_size -= subsection_size;
object.h 521 section_size(unsigned int shndx) function in class:gold::Object
    [all...]
aarch64.cc 2500 section_size_type section_size; local
    [all...]
mips.cc 1370 section_size() const function in class:__anon74199::Mips16_stub_section
5896 section_size_type section_size = local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 489 struct (indicated by SECTION_BUFFER and SECTION_SIZE). If SYMS is
500 bfd_size_type * section_size)
523 *section_size = msec->rawsize ? msec->rawsize : msec->size;
533 *section_buffer = (bfd_byte *) bfd_malloc (*section_size);
537 0, *section_size))
544 if (offset != 0 && offset >= *section_size)
548 (long) offset, section_name, *section_size); local
    [all...]
elf32-xtensa.c 3156 bfd_size_type section_size, sgotloc_size; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 4610 ULong section_size; local
    [all...]

Completed in 93 milliseconds