Home
last modified time | relevance | path

Searched refs:sec_offset (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_xu_index.c563 Dwarf_Unsigned* sec_offset, in dwarf_get_xu_section_offset() argument
649 *sec_offset = offset; in dwarf_get_xu_section_offset()
773 Dwarf_Unsigned sec_offset = 0; in _dwarf_search_fission_for_offset() local
787 indexn,secnum_index,&sec_offset,&sec_size,error); in _dwarf_search_fission_for_offset()
791 if (sec_offset != offset) { in _dwarf_search_fission_for_offset()
H A Ddwarf_loc.c55 Dwarf_Off sec_offset,
325 Dwarf_Off sec_offset, in _dwarf_read_loc_section() argument
330 Dwarf_Small *beg = dbg->de_debug_loc.dss_data + sec_offset; in _dwarf_read_loc_section()
343 if (sec_offset >= dbg->de_debug_loc.dss_size) { in _dwarf_read_loc_section()
383 if ((sec_offset +exprblock_off + exprblock_size) > in _dwarf_read_loc_section()
1396 Dwarf_Off sec_offset, in _dwarf_read_loc_section_dwo() argument
1401 Dwarf_Small *beg = dbg->de_debug_loc.dss_data + sec_offset; in _dwarf_read_loc_section_dwo()
1404 Dwarf_Unsigned expr_offset = sec_offset; in _dwarf_read_loc_section_dwo()
1408 if (sec_offset >= dbg->de_debug_loc.dss_size) { in _dwarf_read_loc_section_dwo()
1418 return_block->bl_locdesc_offset = sec_offset; in _dwarf_read_loc_section_dwo()
H A Dgenerated_libdwarf.h.in3573 Dwarf_Unsigned* /*sec_offset*/,
H A Dlibdwarf.h.in3573 Dwarf_Unsigned* /*sec_offset*/,
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c1094 struct ipart *ebr_tab, uint32_t sec_offset) in read_modify_write_ebr() argument
1099 seek_offset = (off_t)sec_offset * sectsize; in read_modify_write_ebr()