Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/binutils-2.27/gold/
H A 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()
H A Dbinary.cc321 section_size_type section_size, in write_section_header() argument
335 oshdr.put_sh_size(section_size); in write_section_header()
H A Darm.cc1280 section_size_type section_size,
5253 section_size_type section_size; in init() local
5255 relobj->section_contents(shndx, &section_size, false); in init()
5257 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx)); in init()
5260 this->original_contents_ = new unsigned char[section_size]; in init()
5261 memcpy(this->original_contents_, section_contents, section_size); in init()
5350 section_size_type section_size; in do_fixed_endian_write() local
5359 section_size = in do_fixed_endian_write()
5369 section_size = convert_to_section_size_type(poris->data_size()); in do_fixed_endian_write()
5373 Arm_address output_address = section_start + section_size; in do_fixed_endian_write()
[all …]
H A Dmapfile.cc263 size = relobj->section_size(shndx); in print_input_section()
H A Ddynobj.h212 { return this->elf_file_.section_size(shndx); } in do_section_size()
H A Dmips.cc1470 section_size() const in section_size() function in __anon40c64d910111::Mips16_stub_section
1471 { return this->object_->section_size(this->shndx_); } in section_size()
3678 osym.put_st_size(fn_stub->section_size()); in do_adjust_dyn_symbol()
6766 section_size_type section_size = in do_read_symbols() local
6769 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
6785 section_size_type section_size = in do_read_symbols() local
6788 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
6790 new Attributes_section_data(view, section_size); in do_read_symbols()
6797 section_size_type section_size = in do_read_symbols() local
6800 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
[all …]
H A Dobject.h580 section_size(unsigned int shndx) in section_size() function
2438 { return this->elf_file_.section_size(shndx); } in do_section_size()
/dflybsd-src/contrib/binutils-2.34/gold/
H A 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()
H A Dbinary.cc321 section_size_type section_size, in write_section_header() argument
335 oshdr.put_sh_size(section_size); in write_section_header()
H A Dmapfile.cc263 size = relobj->section_size(shndx); in print_input_section()
H A Ddynobj.h212 { return this->elf_file_.section_size(shndx); } in do_section_size()
/dflybsd-src/tools/tools/bus_autoconf/
H A Dbus_usb.c331 uint32_t section_size; in usb_import_entries() local
334 section_size = format_get_section_size(section); in usb_import_entries()
335 if (section_size == 0) { in usb_import_entries()
339 if (len % section_size) { in usb_import_entries()
342 len, section_size, section); in usb_import_entries()
344 for (off = 0; off != len; off += section_size) { in usb_import_entries()
352 module, ptr + off, section_size); in usb_import_entries()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlto-streamer.c257 lto_section_name[i], lto_stats.section_size[i]); in print_lto_report()
H A Dlto-section-in.c141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
H A Dlto-streamer.h431 unsigned HOST_WIDE_INT section_size[LTO_N_SECTION_TYPES]; member
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dlto-streamer.c256 lto_section_name[i], lto_stats.section_size[i]); in print_lto_report()
H A Dlto-section-in.c149 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
H A Dlto-streamer.h416 unsigned HOST_WIDE_INT section_size[LTO_N_SECTION_TYPES]; member
/dflybsd-src/contrib/binutils-2.34/elfcpp/
H A Delfcpp_file.h212 section_size(unsigned int shndx);
575 Elf_file<size, big_endian, File>::section_size(unsigned int shndx) in section_size() function
/dflybsd-src/contrib/binutils-2.27/elfcpp/
H A Delfcpp_file.h212 section_size(unsigned int shndx);
575 Elf_file<size, big_endian, File>::section_size(unsigned int shndx) in section_size() function
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddefs.h723 unsigned long section_size,
H A Dsymfile.c75 unsigned long section_size,
1972 ULONGEST section_size; member
1997 args->section_name, hex_string (args->section_size), in load_progress()
2036 args->section_size, in load_progress()
2073 section_data->section_size = size; in load_section_callback()
/dflybsd-src/contrib/gdb-7/bfd/
H A Ddwarf2.c482 bfd_size_type * section_size) in read_section() argument
505 *section_size = msec->rawsize ? msec->rawsize : msec->size; in read_section()
515 *section_buffer = (bfd_byte *) bfd_malloc (*section_size); in read_section()
519 0, *section_size)) in read_section()
526 if (offset != 0 && offset >= *section_size) in read_section()
530 (long) offset, section_name, *section_size); in read_section()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Ddwarf2.c524 bfd_size_type * section_size) in read_section() argument
549 *section_size = msec->rawsize ? msec->rawsize : msec->size; in read_section()
552 amt = *section_size + 1; in read_section()
564 : !bfd_get_section_contents (abfd, msec, contents, 0, *section_size)) in read_section()
569 contents[*section_size] = 0; in read_section()
575 if (offset != 0 && offset >= *section_size) in read_section()
581 (uint64_t) *section_size); in read_section()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Ddwarf2.c503 bfd_size_type * section_size) in read_section() argument
526 *section_size = msec->rawsize ? msec->rawsize : msec->size; in read_section()
536 *section_buffer = (bfd_byte *) bfd_malloc (*section_size); in read_section()
540 0, *section_size)) in read_section()
547 if (offset != 0 && offset >= *section_size) in read_section()
551 (long) offset, section_name, *section_size); in read_section()

12