Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c573 bfd_vma entry_vma; in rx_elf_relocate_section() local
611 entry_vma = (input_section->output_section->vma 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.c573 bfd_vma entry_vma; in rx_elf_relocate_section() local
611 entry_vma = (input_section->output_section->vma 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()