Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_form.c197 dwarf_formflag(Dwarf_Attribute at, Dwarf_Bool *return_bool, Dwarf_Error *error) in dwarf_formflag() argument
204 if (at == NULL || return_bool == NULL) { in dwarf_formflag()
211 *return_bool = (Dwarf_Bool) (!!at->u[0].u64); in dwarf_formflag()