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

  /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 2510 section_size_type section_size; local
    [all...]
mips.cc 1370 section_size() const function in class:__anon115870::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 450 milliseconds