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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddve3900-rom.c816 bfd_vma section_base = bfd_section_lma (abfd, s); local
829 print_address_numeric (section_base, 1, gdb_stdout);
834 write_long (&header[0], (long) section_base);
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp39 struct section_base { struct in namespace:llvm::object
1349 const section_base *Base =
1350 reinterpret_cast<const section_base *>(Sections[Sec.d.a]);
1356 const section_base *Base =
1357 reinterpret_cast<const section_base *>(Sections[Sec.d.a]);

Completed in 82 milliseconds