Searched refs:section_base (Results 1 – 3 of 3) sorted by relevance
816 bfd_vma section_base = bfd_section_lma (abfd, s); in load_section() local829 print_address_numeric (section_base, 1, gdb_stdout); in load_section()834 write_long (&header[0], (long) section_base); in load_section()
39 struct section_base { struct1349 const section_base *Base = in getSectionRawName()1350 reinterpret_cast<const section_base *>(Sections[Sec.d.a]); in getSectionRawName()1356 const section_base *Base = in getSectionRawFinalSegmentName()1357 reinterpret_cast<const section_base *>(Sections[Sec.d.a]); in getSectionRawFinalSegmentName()
1618 addr_t section_base = eh_sym_section_sp->GetFileAddress(); in ResolveSymbolForAddress() local1619 addr_t offset = file_addr - section_base; in ResolveSymbolForAddress()