Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c1729 find_cu_tu_set_v2 (uint64_t cu_offset, int do_types) in find_cu_tu_set_v2() argument
1735 if (do_types) in find_cu_tu_set_v2()
3735 bool do_types) in process_debug_info() argument
3785 && ! do_types) in process_debug_info()
3868 this_set = find_cu_tu_set_v2 (cu_offset, do_types); in process_debug_info()
3879 do_types = (compunit.cu_unit_type == DW_UT_type); in process_debug_info()
3950 this_set = find_cu_tu_set_v2 (cu_offset, do_types); in process_debug_info()
3961 do_types = (compunit.cu_unit_type == DW_UT_type); in process_debug_info()
3999 if (do_types) in process_debug_info()
4014 && ! do_types) in process_debug_info()
[all …]
DChangeLog-2009316 (process_debug_info): Add do_types parameter; change all callers.