Searched refs:this_set (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libgomp/config/linux/ |
| D | affinity.c | 594 bool this_set; in gomp_display_affinity_place() local 596 this_set = false; in gomp_display_affinity_place() 598 this_set = CPU_ISSET_S (i, gomp_cpuset_size, cpusetp); in gomp_display_affinity_place() 599 if (this_set != prev_set) in gomp_display_affinity_place() 601 prev_set = this_set; in gomp_display_affinity_place() 602 if (this_set) in gomp_display_affinity_place()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.c | 642 struct cu_tu_set *this_set, in fetch_indexed_string() argument 664 || (this_set != NULL in fetch_indexed_string() 665 && ((index_offset += this_set->section_offsets [DW_SECT_STR_OFFSETS]) in fetch_indexed_string() 666 < this_set->section_offsets [DW_SECT_STR_OFFSETS])) in fetch_indexed_string() 2426 struct cu_tu_set *this_set, in read_and_display_attr_value() argument 2554 section, this_set, delimiter, level); in read_and_display_attr_value() 2723 strng = fetch_indexed_string (uvalue, this_set, offset_size, dwo, in read_and_display_attr_value() 2943 else if (this_set != NULL) in read_and_display_attr_value() 2944 uvalue += this_set->section_offsets [DW_SECT_LOC]; in read_and_display_attr_value() 3051 add_dwo_name (fetch_indexed_string (uvalue, this_set, in read_and_display_attr_value() [all …]
|
| D | ChangeLog-2013 | 483 (fetch_indexed_string): Add "this_set" parameter. Update all callers. 485 (read_and_display_attr_value): Add "this_set" parameter.
|