HomeSort by relevance Sort by last modified time
    Searched full:section_size (Results 1 - 25 of 27) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_3.sh 72 section_size=`echo "$section" | awk '{ print $6; }'`
78 # Now $section_size looks like 000013 and $segment_size looks like
80 section_size=`echo "$section_size" | sed -e 's/^0*//'`
83 if test "$section_size" != "$segment_size"; then
84 echo ".interp size $section_size != PT_INTERP size $segment_size"
  /external/google-breakpad/src/common/linux/
elfutils.cc 47 size_t *section_size) {
53 assert(section_size);
74 *section_size = section->sh_size;
125 size_t *section_size,
129 assert(section_size);
132 *section_size = 0;
147 section_start, section_size);
151 section_start, section_size);
elfutils.h 76 // and |*section_size| to the size of the section's data. If |elfclass|
82 size_t *section_size,
  /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;
binary.cc 315 section_size_type section_size,
329 oshdr.put_sh_size(section_size);
mapfile.cc 263 size = relobj->section_size(shndx);
arm.cc     [all...]
dynobj.h 202 { return this->elf_file_.section_size(shndx); }
aarch64.cc 2500 section_size_type section_size; local
    [all...]
object.h 521 section_size(unsigned int shndx) function in class:gold::Object
    [all...]
output.h     [all...]
mips.cc 1370 section_size() const function in class:__anon75326::Mips16_stub_section
5896 section_size_type section_size = local
    [all...]
powerpc.cc     [all...]
dwp.cc 281 { return this->elf_file_.section_size(shndx); }
    [all...]
script-sections.cc     [all...]
  /system/extras/simpleperf/
read_elf.cpp 67 static bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) {
69 const char* end = p + 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/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...]
elf.c     [all...]
ChangeLog-2004     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 4610 ULong section_size; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c     [all...]
  /prebuilts/sdk/tools/linux/bin/
arm-linux-androideabi-ld 
i686-linux-android-ld 

Completed in 872 milliseconds

1 2