Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-cris.c2696 bfd_byte gotoffs_raw[4]; in cris_elf_plt_sym_val() local
2698 if (!bfd_get_section_contents (abfd, (asection *) plt, gotoffs_raw, in cris_elf_plt_sym_val()
2700 sizeof (gotoffs_raw))) in cris_elf_plt_sym_val()
2703 got_offset = bfd_get_32 (abfd, gotoffs_raw); in cris_elf_plt_sym_val()