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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_lineno.c159 dwarf_linebeginstatement(Dwarf_Line ln, Dwarf_Bool *ret_bool, argument
163 if (ln == NULL || ret_bool == NULL) {
168 *ret_bool = ln->ln_stmt;
174 dwarf_lineendsequence(Dwarf_Line ln, Dwarf_Bool *ret_bool, Dwarf_Error *error) argument
177 if (ln == NULL || ret_bool == NULL) {
182 *ret_bool = ln->ln_endseq;
283 dwarf_lineblock(Dwarf_Line ln, Dwarf_Bool *ret_bool, Dwarf_Error *error) argument
286 if (ln == NULL || ret_bool == NULL) {
291 *ret_bool = ln->ln_bblock;
H A Ddwarf_attr.c99 dwarf_hasattr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Bool *ret_bool, argument
106 if (die == NULL || ret_bool == NULL) {
111 *ret_bool = (_dwarf_attr_find(die, attr) != NULL);

Completed in 52 milliseconds