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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c3167 asection **hdrpp;
3177 for (i = from, hdrpp = sections + from; i < to; i++, hdrpp++)
3178 m->sections[i - from] = *hdrpp;
3207 asection **hdrpp;
3317 for (i = 0, hdrpp = sections; i < count; i++, hdrpp++)
3322 hdr = *hdrpp;
4278 Elf_Internal_Shdr **hdrpp;
4287 for (i = 1, hdrpp
3162 asection **hdrpp; local
3202 asection **hdrpp; local
4273 Elf_Internal_Shdr **hdrpp; local
4308 Elf_Internal_Shdr **hdrpp; local
[all...]
H A Delfxx-mips.c7227 Elf_Internal_Shdr **hdrpp;
7239 for (i = 1, hdrpp = elf_elfsections (abfd) + 1;
7241 i++, hdrpp++)
7243 switch ((*hdrpp)->sh_type)
7249 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx;
7253 BFD_ASSERT ((*hdrpp)->bfd_section != NULL);
7254 name = bfd_get_section_name (abfd, (*hdrpp)->bfd_section);
7259 (*hdrpp)->sh_info = elf_section_data (sec)->this_idx;
7263 BFD_ASSERT ((*hdrpp)->bfd_section != NULL);
7264 name = bfd_get_section_name (abfd, (*hdrpp)
7197 Elf_Internal_Shdr **hdrpp; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c3608 asection **hdrpp;
3618 for (i = from, hdrpp = sections + from; i < to; i++, hdrpp++)
3619 m->sections[i - from] = *hdrpp;
3667 asection **hdrpp;
3777 for (i = 0, hdrpp = sections; i < count; i++, hdrpp++)
3782 hdr = *hdrpp;
4934 Elf_Internal_Shdr **hdrpp;
4943 for (i = 1, hdrpp
3603 asection **hdrpp; local
3662 asection **hdrpp; local
4929 Elf_Internal_Shdr **hdrpp; local
4964 Elf_Internal_Shdr **hdrpp; local
[all...]
H A Delfxx-mips.c9138 Elf_Internal_Shdr **hdrpp;
9150 for (i = 1, hdrpp = elf_elfsections (abfd) + 1;
9152 i++, hdrpp++)
9154 switch ((*hdrpp)->sh_type)
9160 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx;
9164 BFD_ASSERT ((*hdrpp)->bfd_section != NULL);
9165 name = bfd_get_section_name (abfd, (*hdrpp)->bfd_section);
9170 (*hdrpp)->sh_info = elf_section_data (sec)->this_idx;
9174 BFD_ASSERT ((*hdrpp)->bfd_section != NULL);
9175 name = bfd_get_section_name (abfd, (*hdrpp)
9105 Elf_Internal_Shdr **hdrpp; local
[all...]

Completed in 307 milliseconds