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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c642 unsigned int elfsec = this_hdr->sh_link; local
645 get the situation where elfsec is 0. */
646 if (elfsec == 0)
659 this_hdr = elf_elfsections (abfd)[elfsec];
669 s->owner, s, elfsec); local
1146 int elfsec;
1157 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
1158 if (elfsec == -1)
1160 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
1701 int elfsec;
1144 int elfsec; local
1698 int elfsec; local
[all...]
H A Delflink.c3250 int elfsec;
3256 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
3257 if (elfsec == -1)
3259 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
7659 int elfsec;
7663 elfsec = _bfd_elf_section_from_bfd_section (s->owner, s);
7664 elfsec = elf_shdrp[elfsec]->sh_link;
7669 where elfsec is 0. */
7670 if (elfsec
3241 int elfsec; local
7649 int elfsec; local
7708 unsigned elfsec; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delflink.c3856 unsigned int elfsec;
3866 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
3867 if (elfsec == SHN_BAD)
3869 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
7338 unsigned int elfsec;
7357 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
7358 if (elfsec == SHN_BAD)
7361 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
10993 int elfsec;
10997 elfsec
3847 unsigned int elfsec; local
7327 unsigned int elfsec; local
10981 int elfsec; local
11041 unsigned elfsec; local
[all...]
H A Delf.c808 unsigned int elfsec = this_hdr->sh_link; local
811 get the situation where elfsec is 0. */
812 if (elfsec == 0)
825 if (elfsec < elf_numsections (abfd))
827 this_hdr = elf_elfsections (abfd)[elfsec];
839 s->owner, s, elfsec); local
1606 unsigned int elfsec;
1617 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
1618 if (elfsec == SHN_BAD)
1620 shlink = elf_elfsections (abfd)[elfsec]
1605 unsigned int elfsec; local
[all...]

Completed in 178 milliseconds