Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c567 asection **local_call_stubs; member
5498 && mips_elf_tdata (input_bfd)->local_call_stubs != NULL in mips_elf_calculate_relocation()
5499 && mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx] != NULL)) in mips_elf_calculate_relocation()
5503 sec = mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx]; in mips_elf_calculate_relocation()
8134 if (mips_elf_tdata (abfd)->local_call_stubs == NULL) in _bfd_mips_elf_check_relocs()
8148 mips_elf_tdata (abfd)->local_call_stubs = n; in _bfd_mips_elf_check_relocs()
8152 mips_elf_tdata (abfd)->local_call_stubs[r_symndx] = sec; in _bfd_mips_elf_check_relocs()
DChangeLog-20132320 local_call_stubs, elf_data_symbol, elf_text_symbol, elf_data_section,
DChangeLog-2006339 * elf-bfd.h (local_call_stubs): New member.