Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c513 bfd_vma table_start_cache = 0; in rx_elf_relocate_section() local
595 table_start_cache = get_symbol_value (buf, in rx_elf_relocate_section()
615 if (table_end_cache <= entry_vma || entry_vma < table_start_cache) in rx_elf_relocate_section()
622 else if ((int) (entry_vma - table_start_cache) % 4) in rx_elf_relocate_section()
631 idx = (int) (entry_vma - table_start_cache) / 4; in rx_elf_relocate_section()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c513 bfd_vma table_start_cache = 0; in rx_elf_relocate_section() local
595 table_start_cache = get_symbol_value (buf, in rx_elf_relocate_section()
615 if (table_end_cache <= entry_vma || entry_vma < table_start_cache) in rx_elf_relocate_section()
622 else if ((int) (entry_vma - table_start_cache) % 4) in rx_elf_relocate_section()
631 idx = (int) (entry_vma - table_start_cache) / 4; in rx_elf_relocate_section()