Searched refs:table_start_cache (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c504 bfd_vma table_start_cache = 0;
586 table_start_cache = get_symbol_value (buf,
606 if (table_end_cache <= entry_vma || entry_vma < table_start_cache)
613 else if ((int) (entry_vma - table_start_cache) % 4)
622 idx = (int) (entry_vma - table_start_cache) / 4;
502 bfd_vma table_start_cache = 0; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c515 bfd_vma table_start_cache = 0;
597 table_start_cache = get_symbol_value (buf,
617 if (table_end_cache <= entry_vma || entry_vma < table_start_cache)
624 else if ((int) (entry_vma - table_start_cache) % 4)
633 idx = (int) (entry_vma - table_start_cache) / 4;
513 bfd_vma table_start_cache = 0; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c515 bfd_vma table_start_cache = 0;
597 table_start_cache = get_symbol_value (buf,
617 if (table_end_cache <= entry_vma || entry_vma < table_start_cache)
624 else if ((int) (entry_vma - table_start_cache) % 4)
633 idx = (int) (entry_vma - table_start_cache) / 4;
513 bfd_vma table_start_cache = 0; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c515 bfd_vma table_start_cache = 0;
597 table_start_cache = get_symbol_value (buf,
617 if (table_end_cache <= entry_vma || entry_vma < table_start_cache)
624 else if ((int) (entry_vma - table_start_cache) % 4)
633 idx = (int) (entry_vma - table_start_cache) / 4;
513 bfd_vma table_start_cache = 0; local

Completed in 267 milliseconds