Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c89 static Dwarf_Addr section_base; variable
676 addr += section_base; in translate()
877 section_base = sh.sh_addr; in find_section_base()
884 section_base = off; in find_section_base()
979 section_base = 0; in main()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp56 struct section_base { struct
4525 const section_base *Base = in getSectionRawName()
4526 reinterpret_cast<const section_base *>(Sections[Sec.d.a]); in getSectionRawName()
4533 const section_base *Base = in getSectionRawFinalSegmentName()
4534 reinterpret_cast<const section_base *>(Sections[Sec.d.a]); in getSectionRawFinalSegmentName()