Searched refs:section_size (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/binutils/gold/testsuite/
H A Dscript_test_3.sh72 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"
/haiku-buildtools/binutils/gold/
H A Dattributes.cc287 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;
H A Dbinary.cc321 section_size_type section_size,
335 oshdr.put_sh_size(section_size);
315 write_section_header( const char* name, const Stringpool* shstrtab, elfcpp::SHT type, unsigned int flags, section_size_type offset, section_size_type section_size, unsigned int link, unsigned int info, unsigned int addralign, unsigned int entsize, unsigned char** ppout) argument
H A Dmapfile.cc263 size = relobj->section_size(shndx);
H A Darm.cc1280 section_size_type section_size,
5285 section_size_type section_size;
5287 relobj->section_contents(shndx, &section_size, false);
5289 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx));
5292 this->original_contents_ = new unsigned char[section_size];
5293 memcpy(this->original_contents_, section_contents, section_size);
5382 section_size_type section_size;
5391 section_size =
5401 section_size = convert_to_section_size_type(poris->data_size());
5405 Arm_address output_address = section_start + section_size;
[all...]
H A Ddynobj.h212 { return this->elf_file_.section_size(shndx); }
H A Dmips.cc1470 section_size() const function in class:__anon554::Mips16_stub_section
1471 { return this->object_->section_size(this->shndx_); }
3678 osym.put_st_size(fn_stub->section_size());
6766 section_size_type section_size = local
6769 this->get_view(section_offset, section_size, true, false);
6785 section_size_type section_size = local
6788 this->get_view(section_offset, section_size, true, false);
6790 new Attributes_section_data(view, section_size);
6797 section_size_type section_size = local
6800 this->get_view(section_offset, section_size, tru
6858 section_size_type section_size = local
[all...]
H A Dobject.h580 section_size(unsigned int shndx) function in class:gold::Object
2438 { return this->elf_file_.section_size(shndx); }
H A Daarch64.cc2542 section_size_type section_size; local
2544 relobj->section_contents(shndx, &section_size, false);
2546 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx));
2549 this->original_contents_ = new unsigned char[section_size];
2550 memcpy(this->original_contents_, section_contents, section_size);
2765 // instead of calling p->relobj()->section_size() to avoid locking.
H A Dpowerpc.cc132 this->no_toc_opt_.resize(this->section_size(this->toc_shndx())
1990 opd_ent_size = this->section_size(this->opd_shndx());
2033 if (off >= this->section_size(this->toc_shndx()))
2069 uint64_t opd_size = this->section_size(this->opd_shndx());
6424 if (dst_off < ppc_object->section_size(shndx))
7069 if (dst_off < sym_object->section_size(shndx))
7698 if (*value >= opd_addr && *value < opd_addr + symobj->section_size(shndx))
H A Dplugin.cc1794 *secsize = obj->section_size(section.shndx);
H A Ddwp.cc281 { return this->elf_file_.section_size(shndx); }
H A Doutput.h2817 Dynamic_entry(elfcpp::DT tag, const Output_data* od, bool section_size) argument
2819 offset_(section_size
H A Dscript-sections.cc1726 isi.set_size(relobj->section_size(shndx));
/haiku-buildtools/gcc/gcc/
H A Dlto-section-in.c179 lto_stats.section_size[section_type] += *len;
H A Dlto-streamer.c283 lto_section_name[i], lto_stats.section_size[i]);
H A Dlto-streamer.h447 unsigned HOST_WIDE_INT section_size[LTO_N_SECTION_TYPES]; member in struct:lto_stats_d
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-xtensa.c2414 bfd_size_type section_size, sgotloc_size;
2418 section_size = sxtlit->size;
2419 BFD_ASSERT (section_size % 8 == 0);
2420 num = section_size / 8;
2423 if (sgotloc_size != section_size)
2496 if ((bfd_size_type) (num * 8) < section_size)
2497 memset (&contents[num * 8], 0, section_size - num * 8);
2500 section_size))
2504 memcpy (sgotloc->contents, contents, section_size);
2875 bfd_vma section_size;
2408 bfd_size_type section_size, sgotloc_size; local
2867 bfd_vma section_size; local
8940 bfd_vma section_size; local
[all...]
/haiku-buildtools/binutils/elfcpp/
H A Delfcpp_file.h212 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"),
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c509 bfd_size_type * section_size)
532 *section_size = msec->rawsize ? msec->rawsize : msec->size;
542 *section_buffer = (bfd_byte *) bfd_malloc (*section_size);
546 0, *section_size))
553 if (offset != 0 && offset >= *section_size)
558 (long) offset, section_name, *section_size); local
504 read_section(bfd * abfd, const struct dwarf_debug_section *sec, asymbol ** syms, bfd_uint64_t offset, bfd_byte ** section_buffer, bfd_size_type * section_size) argument
H A Delf32-xtensa.c3157 bfd_size_type section_size, sgotloc_size;
3161 section_size = sxtlit->size;
3162 BFD_ASSERT (section_size % 8 == 0);
3163 num = section_size / 8;
3166 if (sgotloc_size != section_size)
3239 if ((bfd_size_type) (num * 8) < section_size)
3240 memset (&contents[num * 8], 0, section_size - num * 8);
3243 section_size))
3247 memcpy (sgotloc->contents, contents, section_size);
3152 bfd_size_type section_size, sgotloc_size; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic54x.c5538 md_section_align (segment, section_size)
5540 valueT section_size;
5542 return section_size;
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic54x.c5169 md_section_align (segT segment ATTRIBUTE_UNUSED, valueT section_size) argument
5171 return section_size;
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c12666 bfd_size_type section_size;
12675 section_size = section->sh_size;
12681 dwarf_size_type new_size = section_size;
12726 section_size = new_size;
12731 apply_relocations (file, section, start, section_size, NULL, NULL);
12757 bytes = section_size;
12663 bfd_size_type section_size; local

Completed in 614 milliseconds