Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/elftoolchain/addr2line/
H A Daddr2line.c83 static Dwarf_Addr section_base; variable
398 addr += section_base; in translate()
627 section_base = sh.sh_addr; in find_section_base()
634 section_base = off; in find_section_base()
718 section_base = 0; in main()
/freebsd-12.1/contrib/gdb/gdb/
H A 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-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp54 struct section_base { struct
4138 const section_base *Base = in getSectionRawName()
4139 reinterpret_cast<const section_base *>(Sections[Sec.d.a]); in getSectionRawName()
4146 const section_base *Base = in getSectionRawFinalSegmentName()
4147 reinterpret_cast<const section_base *>(Sections[Sec.d.a]); in getSectionRawFinalSegmentName()