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

/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_form.c106 dwarf_formref(Dwarf_Attribute at, Dwarf_Off *return_offset, Dwarf_Error *error) argument
113 if (at == NULL || return_offset == NULL) {
124 *return_offset = (Dwarf_Off) at->u[0].u64;
136 dwarf_global_formref(Dwarf_Attribute at, Dwarf_Off *return_offset, argument
144 if (at == NULL || return_offset == NULL) {
152 *return_offset = (Dwarf_Off) at->u[0].u64;
160 *return_offset = (Dwarf_Off) at->u[0].u64 +

Completed in 56 milliseconds