Home
last modified time | relevance | path

Searched refs:ret_offset (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_pubtypes.c101 Dwarf_Off * ret_offset, in dwarf_pubtype_type_die_offset() argument
106 return dwarf_global_die_offset(type, ret_offset, error); in dwarf_pubtype_type_die_offset()
112 Dwarf_Off * ret_offset, Dwarf_Error * error) in dwarf_pubtype_cu_offset() argument
116 return dwarf_global_cu_offset(type, ret_offset, error); in dwarf_pubtype_cu_offset()
H A Ddwarf_types.c94 Dwarf_Off * ret_offset, Dwarf_Error * error) in dwarf_type_die_offset() argument
98 return dwarf_global_die_offset(type, ret_offset, error); in dwarf_type_die_offset()
104 Dwarf_Off * ret_offset, Dwarf_Error * error) in dwarf_type_cu_offset() argument
108 return dwarf_global_cu_offset(type, ret_offset, error); in dwarf_type_cu_offset()
H A Ddwarf_form.c388 Dwarf_Off offset, Dwarf_Off * ret_offset, Dwarf_Error * error) in dwarf_convert_to_global_offset() argument
441 *ret_offset = (offset); in dwarf_convert_to_global_offset()
486 Dwarf_Off * ret_offset, in dwarf_formref() argument
496 *ret_offset = 0; in dwarf_formref()
588 *ret_offset = (offset); in dwarf_formref()
592 *ret_offset = (offset); in dwarf_formref()
689 Dwarf_Off * ret_offset, Dwarf_Error * error) in dwarf_global_formref() argument
870 *ret_offset = offset; in dwarf_global_formref()
H A Ddwarf_query.c123 Dwarf_Off * ret_offset, Dwarf_Error * error) in dwarf_dieoffset() argument
133 *ret_offset = (die->di_debug_ptr - dataptr); in dwarf_dieoffset()
H A Dlibdwarf.h.in5294 Dwarf_Off* /*ret_offset*/,
H A Dgenerated_libdwarf.h.in5294 Dwarf_Off* /*ret_offset*/,
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c809 const char *str, Word *ret_offset) in elfedit_sec_findstr() argument
832 *ret_offset = s - (char *)sec->sec_data->d_buf; in elfedit_sec_findstr()
836 EC_WORD(*ret_offset), s); in elfedit_sec_findstr()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h926 const char *str, Elf32_Word *ret_offset);
928 const char *str, Elf64_Word *ret_offset);