Home
last modified time | relevance | path

Searched refs:section_base (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Ddve3900-rom.c816 bfd_vma section_base = bfd_section_lma (abfd, s); in load_section() local
829 print_address_numeric (section_base, 1, gdb_stdout); in load_section()
834 write_long (&header[0], (long) section_base); in load_section()
/freebsd-10-stable/contrib/llvm/lib/Object/
DMachOObjectFile.cpp39 struct section_base { struct
1349 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()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1618 addr_t section_base = eh_sym_section_sp->GetFileAddress(); in ResolveSymbolForAddress() local
1619 addr_t offset = file_addr - section_base; in ResolveSymbolForAddress()