Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Ddwarf1.c409 int func_p = FALSE; local
450 func_p = TRUE;
457 return line_p || func_p;
H A Ddwarf2.c1604 bfd_boolean func_p; in comp_unit_find_nearest_line() local
1635 func_p = lookup_address_in_function_table (unit->function_table, addr, in comp_unit_find_nearest_line()
1640 return line_p || func_p; in comp_unit_find_nearest_line()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf1.c387 int func_p = FALSE; in dwarf1_unit_find_nearest_line() local
428 func_p = TRUE; in dwarf1_unit_find_nearest_line()
435 return line_p || func_p; in dwarf1_unit_find_nearest_line()
H A Ddwarf2.c2067 bfd_boolean func_p; in comp_unit_find_nearest_line() local
2098 func_p = lookup_address_in_function_table (unit, addr, in comp_unit_find_nearest_line()
2100 if (func_p && (function->tag == DW_TAG_inlined_subroutine)) in comp_unit_find_nearest_line()
2105 return line_p || func_p; in comp_unit_find_nearest_line()