Home
last modified time | relevance | path

Searched refs:section_address (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Darm.cc6653 Arm_address section_address = in do_relocate_sections() local
6657 gold_assert(section_address >= view_address in do_relocate_sections()
6658 && ((section_address + section_size) in do_relocate_sections()
6661 unsigned char* section_view = view + (section_address - view_address); in do_relocate_sections()
6668 section_address, in do_relocate_sections()
10073 Arm_address section_address = poris->address(); in relocate_section() local
10076 gold_assert((section_address >= address) in relocate_section()
10077 && ((section_address + section_size) in relocate_section()
10080 off_t offset = section_address - address; in relocate_section()
Dobject.h541 section_address(unsigned int shndx) in section_address() function
Dobject.cc403 return this->section_address(shndx); in do_output_section_address()
Dsymtab.cc1252 + relobj->section_address(orig_st_shndx)); in add_from_relobj()