Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_form.c106 dwarf_formref(Dwarf_Attribute at, Dwarf_Off *return_offset, Dwarf_Error *error) in dwarf_formref() argument
113 if (at == NULL || return_offset == NULL) { in dwarf_formref()
124 *return_offset = (Dwarf_Off) at->u[0].u64; in dwarf_formref()
136 dwarf_global_formref(Dwarf_Attribute at, Dwarf_Off *return_offset, in dwarf_global_formref() argument
144 if (at == NULL || return_offset == NULL) { in dwarf_global_formref()
152 *return_offset = (Dwarf_Off) at->u[0].u64; in dwarf_global_formref()
160 *return_offset = (Dwarf_Off) at->u[0].u64 + in dwarf_global_formref()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DCallSiteInfo.cpp109 Hex64 return_offset; member
125 io.mapRequired("return_offset", callsite.return_offset); in mapping()
208 CSI.ReturnOffset = CallSiteYAML.return_offset; in processYAMLFunctions()