Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dhpread.c359 asection *pinfo_section, *debug_section, *header_section; in hpread_pxdb_needed() local
367 header_section = bfd_get_section_by_name (sym_bfd, "$HEADER$"); in hpread_pxdb_needed()
368 if (!header_section) in hpread_pxdb_needed()
381 header_section_size = bfd_section_size (objfile->obfd, header_section); in hpread_pxdb_needed()
389 header_section, in hpread_pxdb_needed()
456 header_section, in hpread_pxdb_needed()
1549 asection *pinfo_section, *debug_section, *header_section; in hpread_get_header() local
1556 header_section = bfd_get_section_by_name (objfile->obfd, "$HEADER$"); in hpread_get_header()
1557 if (!header_section) in hpread_get_header()
1581 bfd_get_section_contents (objfile->obfd, header_section, in hpread_get_header()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6160 lldb::addr_t header_load_address, const Section *header_section,
6163 if (module_sp && header_section && section &&
6165 lldb::addr_t file_addr = header_section->GetFileAddress();