Searched refs:ret_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_arange.c93 dwarf_get_cu_die_offset(Dwarf_Arange ar, Dwarf_Off *ret_offset, argument
109 if (ret_offset == NULL) {
114 *ret_offset = cu->cu_1st_offset;
120 dwarf_get_arange_cu_header_offset(Dwarf_Arange ar, Dwarf_Off *ret_offset, argument
133 if (ret_offset == NULL) {
138 *ret_offset = as->as_cu_offset;
H A Ddwarf_die.c254 dwarf_dieoffset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) argument
260 if (die == NULL || ret_offset == NULL) {
265 *ret_offset = die->die_offset;
271 dwarf_die_CU_offset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) argument
278 if (die == NULL || ret_offset == NULL) {
286 *ret_offset = die->die_offset - cu->cu_offset;

Completed in 215 milliseconds