Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dscript_test_3.sh72 section_size=`echo "$section" | awk '{ print $6; }'`
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"
/toolchain/binutils/binutils-2.25/gold/
Dattributes.cc287 section_size_type section_size = in Attributes_section_data() local
290 if (section_size > size) in Attributes_section_data()
291 section_size = size; in Attributes_section_data()
292 size -= section_size; in Attributes_section_data()
296 section_size -= section_name_size + 4; in Attributes_section_data()
307 p += section_name_size + section_size; in Attributes_section_data()
312 while (section_size > 0) in Attributes_section_data()
324 section_size -= subsection_size; in Attributes_section_data()
Dbinary.cc315 section_size_type section_size, in write_section_header() argument
329 oshdr.put_sh_size(section_size); in write_section_header()
Darm.cc1280 section_size_type section_size,
5282 section_size_type section_size; in init() local
5284 relobj->section_contents(shndx, &section_size, false); in init()
5286 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx)); in init()
5289 this->original_contents_ = new unsigned char[section_size]; in init()
5290 memcpy(this->original_contents_, section_contents, section_size); in init()
5379 section_size_type section_size; in do_fixed_endian_write() local
5388 section_size = in do_fixed_endian_write()
5398 section_size = convert_to_section_size_type(poris->data_size()); in do_fixed_endian_write()
5402 Arm_address output_address = section_start + section_size; in do_fixed_endian_write()
[all …]
Dmapfile.cc263 size = relobj->section_size(shndx); in print_input_section()
Ddynobj.h202 { return this->elf_file_.section_size(shndx); } in do_section_size()
Dobject.h521 section_size(unsigned int shndx) in section_size() function
2323 { return this->elf_file_.section_size(shndx); } in do_section_size()
Daarch64.cc2500 section_size_type section_size; in init() local
2502 relobj->section_contents(shndx, &section_size, false); in init()
2504 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx)); in init()
2507 this->original_contents_ = new unsigned char[section_size]; in init()
2508 memcpy(this->original_contents_, section_contents, section_size); in init()
Dmips.cc1370 section_size() const in section_size() function in __anona7e08b770111::Mips16_stub_section
1371 { return this->object_->section_size(this->shndx_); } in section_size()
3237 osym.put_st_size(fn_stub->section_size()); in do_adjust_dyn_symbol()
5896 section_size_type section_size = in do_read_symbols() local
5899 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
Doutput.h2625 Dynamic_entry(elfcpp::DT tag, const Output_data* od, bool section_size) in Dynamic_entry() argument
2627 offset_(section_size in Dynamic_entry()
Ddwp.cc281 { return this->elf_file_.section_size(shndx); } in do_section_size()
Dpowerpc.cc1822 opd_ent_size = this->section_size(this->opd_shndx()); in scan_opd_relocs()
1847 uint64_t opd_size = this->section_size(this->opd_shndx()); in do_read_relocs()
6762 if (*value >= opd_addr && *value < opd_addr + symobj->section_size(shndx)) in symval_for_branch()
Dscript-sections.cc1595 isi.set_size(relobj->section_size(shndx)); in set_section_addresses()
DChangeLog7324 size without calling Object::section_size().
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h212 section_size(unsigned int shndx);
575 Elf_file<size, big_endian, File>::section_size(unsigned int shndx) in section_size() function
/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c500 bfd_size_type * section_size) in read_section() argument
523 *section_size = msec->rawsize ? msec->rawsize : msec->size; in read_section()
533 *section_buffer = (bfd_byte *) bfd_malloc (*section_size); in read_section()
537 0, *section_size)) in read_section()
544 if (offset != 0 && offset >= *section_size) in read_section()
548 (long) offset, section_name, *section_size); in read_section()
Delf32-xtensa.c3156 bfd_size_type section_size, sgotloc_size; in elf_xtensa_combine_prop_entries() local
3160 section_size = sxtlit->size; in elf_xtensa_combine_prop_entries()
3161 BFD_ASSERT (section_size % 8 == 0); in elf_xtensa_combine_prop_entries()
3162 num = section_size / 8; in elf_xtensa_combine_prop_entries()
3165 if (sgotloc_size != section_size) in elf_xtensa_combine_prop_entries()
3238 if ((bfd_size_type) (num * 8) < section_size) in elf_xtensa_combine_prop_entries()
3239 memset (&contents[num * 8], 0, section_size - num * 8); in elf_xtensa_combine_prop_entries()
3242 section_size)) in elf_xtensa_combine_prop_entries()
3246 memcpy (sgotloc->contents, contents, section_size); in elf_xtensa_combine_prop_entries()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic54x.c5206 md_section_align (segT segment ATTRIBUTE_UNUSED, valueT section_size) in md_section_align() argument
5208 return section_size; in md_section_align()