Searched refs:input_rel_hdr (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf-vxworks.c139 Elf_Internal_Shdr *input_rel_hdr,
151 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
189 input_rel_hdr, internal_relocs,
137 elf_vxworks_emit_relocs(bfd *output_bfd, asection *input_section, Elf_Internal_Shdr *input_rel_hdr, Elf_Internal_Rela *internal_relocs, struct elf_link_hash_entry **rel_hash) argument
H A Delflink.c2156 Elf_Internal_Shdr *input_rel_hdr,
2174 == input_rel_hdr->sh_entsize)
2181 == input_rel_hdr->sh_entsize))
2196 if (input_rel_hdr->sh_entsize == bed->s->sizeof_rel)
2198 else if (input_rel_hdr->sh_entsize == bed->s->sizeof_rela)
2204 erel += *rel_countp * input_rel_hdr->sh_entsize;
2206 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
2212 erel += input_rel_hdr->sh_entsize;
2217 *rel_countp += NUM_SHDR_ENTRIES (input_rel_hdr);
7220 Elf_Internal_Shdr *input_rel_hdr, *input_rel_hdr
2148 _bfd_elf_link_output_relocs(bfd *output_bfd, asection *input_section, Elf_Internal_Shdr *input_rel_hdr, Elf_Internal_Rela *internal_relocs, struct elf_link_hash_entry **rel_hash ATTRIBUTE_UNUSED) argument
7210 Elf_Internal_Shdr *input_rel_hdr, *input_rel_hdr2; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf-vxworks.c152 Elf_Internal_Shdr *input_rel_hdr,
168 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
208 input_rel_hdr, internal_relocs,
150 elf_vxworks_emit_relocs(bfd *output_bfd, asection *input_section, Elf_Internal_Shdr *input_rel_hdr, Elf_Internal_Rela *internal_relocs, struct elf_link_hash_entry **rel_hash) argument
H A Delflink.c2535 Elf_Internal_Shdr *input_rel_hdr,
2553 if (esdo->rel.hdr && esdo->rel.hdr->sh_entsize == input_rel_hdr->sh_entsize)
2559 && esdo->rela.hdr->sh_entsize == input_rel_hdr->sh_entsize)
2575 erel += output_reldata->count * input_rel_hdr->sh_entsize;
2577 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
2583 erel += input_rel_hdr->sh_entsize;
2588 output_reldata->count += NUM_SHDR_ENTRIES (input_rel_hdr);
10485 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr;
10710 input_rel_hdr = esdi->rel.hdr;
10711 if (input_rel_hdr
2527 _bfd_elf_link_output_relocs(bfd *output_bfd, asection *input_section, Elf_Internal_Shdr *input_rel_hdr, Elf_Internal_Rela *internal_relocs, struct elf_link_hash_entry **rel_hash ATTRIBUTE_UNUSED) argument
10473 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr; local
[all...]

Completed in 194 milliseconds