Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delfxx-mips.c214 #define mips_elf_section_data(sec) \ macro
2096 BFD_ASSERT (mips_elf_section_data (sgot) != NULL); in mips_elf_got_info()
2097 g = mips_elf_section_data (sgot)->u.got_info; in mips_elf_got_info()
3817 mips_elf_section_data (s)->u.got_info = g; in mips_elf_create_got_section()
3818 mips_elf_section_data (s)->elf.this_hdr.sh_flags in mips_elf_create_got_section()
5305 && mips_elf_section_data (hdr->bfd_section) != NULL in _bfd_mips_elf_section_processing()
5306 && mips_elf_section_data (hdr->bfd_section)->u.tdata != NULL) in _bfd_mips_elf_section_processing()
5317 contents = mips_elf_section_data (hdr->bfd_section)->u.tdata; in _bfd_mips_elf_section_processing()
6385 BFD_ASSERT (mips_elf_section_data (sgot) != NULL); in _bfd_mips_elf_check_relocs()
6386 g = mips_elf_section_data (sgot)->u.got_info; in _bfd_mips_elf_check_relocs()
[all …]
DChangeLog-02034636 * elfxx-mips.c (mips_elf_section_data): Likewise.
4855 (mips_elf_section_data): Define. Use throughout.