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

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c214 #define mips_elf_section_data(sec) \ macro
2081 BFD_ASSERT (mips_elf_section_data (sgot) != NULL);
2082 g = mips_elf_section_data (sgot)->u.got_info;
3817 mips_elf_section_data (s)->u.got_info = g;
3818 mips_elf_section_data (s)->elf.this_hdr.sh_flags
5295 && mips_elf_section_data (hdr->bfd_section) != NULL
5296 && mips_elf_section_data (hdr->bfd_section)->u.tdata != NULL)
5307 contents = mips_elf_section_data (hdr->bfd_section)->u.tdata;
6318 BFD_ASSERT (mips_elf_section_data (sgot) != NULL);
6319 g = mips_elf_section_data (sgo
[all...]
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c233 #define mips_elf_section_data(sec) \ macro
5197 mips_elf_section_data (s)->elf.this_hdr.sh_flags
7128 && mips_elf_section_data (hdr->bfd_section) != NULL
7129 && mips_elf_section_data (hdr->bfd_section)->u.tdata != NULL)
7140 contents = mips_elf_section_data (hdr->bfd_section)->u.tdata;
12812 mips_elf_section_data (o)->u.tdata = tdata;
12846 if (mips_elf_section_data (sec)->u.tdata == NULL)
12855 if ((mips_elf_section_data (sec)->u.tdata)[i] == 1)
13024 c = mips_elf_section_data (section)->u.tdata;
13030 mips_elf_section_data (sectio
[all...]

Completed in 142 milliseconds