Searched defs:ret_offset (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_pubtypes.c106 Dwarf_Off * ret_offset,
111 return dwarf_global_die_offset(type, ret_offset, error);
117 Dwarf_Off * ret_offset, Dwarf_Error * error)
121 return dwarf_global_cu_offset(type, ret_offset, error);
105 dwarf_pubtype_type_die_offset(Dwarf_Type type_in, Dwarf_Off * ret_offset, Dwarf_Error * error) argument
116 dwarf_pubtype_cu_offset(Dwarf_Type type_in, Dwarf_Off * ret_offset, Dwarf_Error * error) argument
H A Ddwarf_types.c101 Dwarf_Off * ret_offset, Dwarf_Error * error)
105 return dwarf_global_die_offset(type, ret_offset, error);
111 Dwarf_Off * ret_offset, Dwarf_Error * error)
115 return dwarf_global_cu_offset(type, ret_offset, error);
100 dwarf_type_die_offset(Dwarf_Type type_in, Dwarf_Off * ret_offset, Dwarf_Error * error) argument
110 dwarf_type_cu_offset(Dwarf_Type type_in, Dwarf_Off * ret_offset, Dwarf_Error * error) argument
H A Ddwarf_form.c266 Dwarf_Off * ret_offset, Dwarf_Error * error)
327 *ret_offset = (offset);
400 Dwarf_Off * ret_offset, Dwarf_Error * error)
515 *ret_offset = offset;
265 dwarf_formref(Dwarf_Attribute attr, Dwarf_Off * ret_offset, Dwarf_Error * error) argument
399 dwarf_global_formref(Dwarf_Attribute attr, Dwarf_Off * ret_offset, Dwarf_Error * error) argument
H A Ddwarf_query.c90 Dwarf_Off * ret_offset, Dwarf_Error * error)
94 *ret_offset = (die->di_debug_info_ptr -
89 dwarf_dieoffset(Dwarf_Die die, Dwarf_Off * ret_offset, Dwarf_Error * error) argument
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c801 * ret_offset - Address of variable to receive result
804 * Returns 1 for success, and 0 for failure. If successful, *ret_offset
809 const char *str, Word *ret_offset)
832 *ret_offset = s - (char *)sec->sec_data->d_buf;
836 EC_WORD(*ret_offset), s);
808 elfedit_sec_findstr(elfedit_section_t *sec, Word tail_ign, const char *str, Word *ret_offset) argument

Completed in 51 milliseconds