Home
last modified time | relevance | path

Searched refs:section_offsets (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dobject.cc1201 this->section_offsets()[shndx] = invalid_address; in layout_section()
1203 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset); in layout_section()
1247 this->section_offsets()[shndx] = invalid_address; in layout_eh_frame_section()
1250 this->section_offsets()[shndx] = convert_types<Address, off_t>(offset); in layout_eh_frame_section()
1413 std::vector<Address>& out_section_offsets(this->section_offsets()); in do_layout()
1904 std::vector<Address>& out_section_offsets(this->section_offsets()); in do_layout_deferred_sections()
2410 const std::vector<Address>& out_offsets(this->section_offsets()); in compute_final_local_value()
2435 const std::vector<Address>& out_offsets(this->section_offsets()); in do_finalize_local_symbols()
Dreloc.cc272 const std::vector<Address>& out_offsets(this->section_offsets()); in do_read_relocs()
724 const std::vector<Address>& out_offsets(this->section_offsets()); in write_sections()
916 const std::vector<Address>& out_offsets(this->section_offsets()); in do_relocate_sections()
Dincremental.cc2038 this->section_offsets().resize(shnum); in do_layout()
2056 this->section_offsets()[i] = static_cast<Address>(sect.sh_offset); in do_layout()
Dobject.h1945 section_offsets() in section_offsets() function
Ddwp.cc781 this->section_offsets().resize(shnum); in setup()
DChangeLog6038 (Sized_relobj::section_offsets): Move here from child class.
15101 output_sections and section_offsets.
15105 output_sections and section_offsets.
/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c92 dwarf_vma section_offsets[DW_SECT_MAX]; member
671 index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS]; in fetch_indexed_string()
1497 if (p->section_offsets [dw_sect] == cu_offset) in find_cu_tu_set_v2()
1859 uvalue += this_set->section_offsets [DW_SECT_LOC]; in read_and_display_attr_value()
2375 abbrev_base = this_set->section_offsets [DW_SECT_ABBREV]; in process_debug_info()
2439 dwarf_vma *offsets = this_set->section_offsets; in process_debug_info()
7091 this_set [row - 1].section_offsets [dw_sect] = val; in process_cu_tu_index()