Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_form.c109 dwarf_formref(Dwarf_Attribute at, Dwarf_Off *return_offset, Dwarf_Error *error) in dwarf_formref() argument
116 if (at == NULL || return_offset == NULL) { in dwarf_formref()
127 *return_offset = (Dwarf_Off) at->u[0].u64; in dwarf_formref()
139 dwarf_global_formref(Dwarf_Attribute at, Dwarf_Off *return_offset, in dwarf_global_formref() argument
147 if (at == NULL || return_offset == NULL) { in dwarf_global_formref()
155 *return_offset = (Dwarf_Off) at->u[0].u64; in dwarf_global_formref()
163 *return_offset = (Dwarf_Off) at->u[0].u64 + in dwarf_global_formref()