Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm32r-rom.c78 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_load_section() local
85 print_address_numeric (section_base, 1, gdb_stdout); in m32r_load_section()
88 monitor_printf ("%s mw\r", paddr_nz (section_base)); in m32r_load_section()
137 bfd_vma section_base = bfd_section_vma (abfd, s); in m32r_load()
144 print_address_numeric (section_base, 1, gdb_stdout); in m32r_load()
147 monitor_printf ("%x mw\r", section_base); in m32r_load()
505 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_upload_command() local
512 print_address_numeric (section_base, 1, gdb_stdout); in m32r_upload_command()
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()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp56 struct section_base { struct
4518 const section_base *Base = in getSectionRawName()
4519 reinterpret_cast<const section_base *>(Sections[Sec.d.a]); in getSectionRawName()
4526 const section_base *Base = in getSectionRawFinalSegmentName()
4527 reinterpret_cast<const section_base *>(Sections[Sec.d.a]); in getSectionRawFinalSegmentName()