Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c577 #define mips_elf_tdata(bfd) \ macro
3134 tdata = mips_elf_tdata (abfd); in mips_elf_bfd_got()
3148 tdata = mips_elf_tdata (abfd); in mips_elf_replace_bfd_got()
5467 && mips_elf_tdata (input_bfd)->local_stubs != NULL in mips_elf_calculate_relocation()
5468 && mips_elf_tdata (input_bfd)->local_stubs[r_symndx] != NULL)) in mips_elf_calculate_relocation()
5476 sec = mips_elf_tdata (input_bfd)->local_stubs[r_symndx]; in mips_elf_calculate_relocation()
5507 && mips_elf_tdata (input_bfd)->local_call_stubs != NULL in mips_elf_calculate_relocation()
5508 && mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx] != NULL)) in mips_elf_calculate_relocation()
5512 sec = mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx]; in mips_elf_calculate_relocation()
7164 &mips_elf_tdata (abfd)->abiflags); in _bfd_mips_elf_section_from_shdr()
[all …]
DChangeLog-2012169 (mips_elf_tdata): New macro.