Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2-fde-dip.c385 signed initial_loc __attribute__ ((mode (SI))); in _Unwind_IteratePhdrCallback() member
396 if (data->pc < table[0].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
398 else if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
406 if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
408 else if (data->pc >= table[mid + 1].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
422 if (data->pc < table[mid].initial_loc + data_base + range) in _Unwind_IteratePhdrCallback()
424 data->func = (void *) (table[mid].initial_loc + data_base); in _Unwind_IteratePhdrCallback()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2-fde-dip.c422 signed initial_loc __attribute__ ((mode (SI))); in find_fde_tail() member
433 if (pc < table[0].initial_loc + data_base) in find_fde_tail()
435 else if (pc < table[mid].initial_loc + data_base) in find_fde_tail()
443 if (pc < table[mid].initial_loc + data_base) in find_fde_tail()
445 else if (pc >= table[mid + 1].initial_loc + data_base) in find_fde_tail()
459 _Unwind_Ptr func = table[mid].initial_loc + data_base; in find_fde_tail()
460 if (pc < table[mid].initial_loc + data_base + range) in find_fde_tail()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-diagnostic-path.cc148 location_t initial_loc = m_initial_event.get_location (); in print() local
157 (initial_loc, LOCATION_ASPECT_CARET); in print()
169 if (get_pure_location (initial_loc) <= BUILTINS_LOCATION) in print()
188 if (linemap_location_from_macro_expansion_p (line_table, initial_loc)) in print()
191 maybe_unwind_expanded_macro_loc (dc, initial_loc); in print()
H A Dinput.cc3270 location_t initial_loc = input_locs[0]; in test_lexer_string_locations_concatenation_1() local
3274 ASSERT_CHAR_AT_RANGE (test, initial_loc, type, i, 1, 10 + i, 10 + i); in test_lexer_string_locations_concatenation_1()
3277 ASSERT_CHAR_AT_RANGE (test, initial_loc, type, i, 2, 5 + i, 5 + i); in test_lexer_string_locations_concatenation_1()
3279 ASSERT_NUM_SUBSTRING_RANGES (test, initial_loc, type, 11); in test_lexer_string_locations_concatenation_1()
3322 location_t initial_loc = input_locs[0]; in test_lexer_string_locations_concatenation_2() local
3341 initial_loc, type, 0, &actual_range); in test_lexer_string_locations_concatenation_2()
3348 ASSERT_CHAR_AT_RANGE (test, initial_loc, type, (i * 2) + j, in test_lexer_string_locations_concatenation_2()
3352 ASSERT_CHAR_AT_RANGE (test, initial_loc, type, 10, 5, 12, 12); in test_lexer_string_locations_concatenation_2()
3354 ASSERT_NUM_SUBSTRING_RANGES (test, initial_loc, type, 11); in test_lexer_string_locations_concatenation_2()
3396 location_t initial_loc = input_locs[0]; in test_lexer_string_locations_concatenation_3() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-diagnostic-path.cc154 location_t initial_loc = m_initial_event.get_location (); in print() local
163 (initial_loc, LOCATION_ASPECT_CARET); in print()
175 if (get_pure_location (initial_loc) <= BUILTINS_LOCATION) in print()
194 if (linemap_location_from_macro_expansion_p (line_table, initial_loc)) in print()
197 maybe_unwind_expanded_macro_loc (dc, initial_loc); in print()
H A Dinput.c3110 location_t initial_loc = input_locs[0]; in test_lexer_string_locations_concatenation_1() local
3114 ASSERT_CHAR_AT_RANGE (test, initial_loc, type, i, 1, 10 + i, 10 + i); in test_lexer_string_locations_concatenation_1()
3117 ASSERT_CHAR_AT_RANGE (test, initial_loc, type, i, 2, 5 + i, 5 + i); in test_lexer_string_locations_concatenation_1()
3119 ASSERT_NUM_SUBSTRING_RANGES (test, initial_loc, type, 11); in test_lexer_string_locations_concatenation_1()
3162 location_t initial_loc = input_locs[0]; in test_lexer_string_locations_concatenation_2() local
3181 initial_loc, type, 0, &actual_range); in test_lexer_string_locations_concatenation_2()
3188 ASSERT_CHAR_AT_RANGE (test, initial_loc, type, (i * 2) + j, in test_lexer_string_locations_concatenation_2()
3192 ASSERT_CHAR_AT_RANGE (test, initial_loc, type, 10, 5, 12, 12); in test_lexer_string_locations_concatenation_2()
3194 ASSERT_NUM_SUBSTRING_RANGES (test, initial_loc, type, 11); in test_lexer_string_locations_concatenation_2()
3236 location_t initial_loc = input_locs[0]; in test_lexer_string_locations_concatenation_3() local
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-eh-frame.c2185 hdr_info->u.dwarf.array[hdr_info->array_count].initial_loc in _bfd_elf_write_section_eh_frame()
2268 if (p->initial_loc > q->initial_loc) in vma_compare()
2270 if (p->initial_loc < q->initial_loc) in vma_compare()
2470 val = hdr_info->u.dwarf.array[i].initial_loc in write_dwarf_eh_frame_hdr()
2474 && (hdr_info->u.dwarf.array[i].initial_loc in write_dwarf_eh_frame_hdr()
2486 && (hdr_info->u.dwarf.array[i].initial_loc in write_dwarf_eh_frame_hdr()
2487 < (hdr_info->u.dwarf.array[i - 1].initial_loc in write_dwarf_eh_frame_hdr()
H A Delf-bfd.h449 bfd_vma initial_loc; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c2186 hdr_info->u.dwarf.array[hdr_info->array_count].initial_loc in _bfd_elf_write_section_eh_frame()
2269 if (p->initial_loc > q->initial_loc) in vma_compare()
2271 if (p->initial_loc < q->initial_loc) in vma_compare()
2471 val = hdr_info->u.dwarf.array[i].initial_loc in write_dwarf_eh_frame_hdr()
2475 && (hdr_info->u.dwarf.array[i].initial_loc in write_dwarf_eh_frame_hdr()
2487 && (hdr_info->u.dwarf.array[i].initial_loc in write_dwarf_eh_frame_hdr()
2488 < (hdr_info->u.dwarf.array[i - 1].initial_loc in write_dwarf_eh_frame_hdr()
H A Delf-bfd.h449 bfd_vma initial_loc; member