Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c579 #define mips_elf_tdata(bfd) \ macro
3128 tdata = mips_elf_tdata (abfd); in mips_elf_bfd_got()
3142 tdata = mips_elf_tdata (abfd); in mips_elf_replace_bfd_got()
5458 && mips_elf_tdata (input_bfd)->local_stubs != NULL in mips_elf_calculate_relocation()
5459 && mips_elf_tdata (input_bfd)->local_stubs[r_symndx] != NULL)) in mips_elf_calculate_relocation()
5467 sec = mips_elf_tdata (input_bfd)->local_stubs[r_symndx]; in mips_elf_calculate_relocation()
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()
7137 &mips_elf_tdata (abfd)->abiflags); in _bfd_mips_elf_section_from_shdr()
[all …]
DChangeLog-2012169 (mips_elf_tdata): New macro.