Searched refs:ret_offset (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_pubtypes.c | 101 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 D | dwarf_types.c | 94 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 D | dwarf_form.c | 388 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 D | dwarf_query.c | 123 Dwarf_Off * ret_offset, Dwarf_Error * error) in dwarf_dieoffset() argument 133 *ret_offset = (die->di_debug_ptr - dataptr); in dwarf_dieoffset()
|
H A D | generated_libdwarf.h.in | 5294 Dwarf_Off* /*ret_offset*/,
|
H A D | libdwarf.h.in | 5294 Dwarf_Off* /*ret_offset*/,
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 809 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 D | elfedit.h | 926 const char *str, Elf32_Word *ret_offset); 928 const char *str, Elf64_Word *ret_offset);
|