HomeSort by: relevance | last modified time | path
    Searched defs:elfsec (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf.c 808 unsigned int elfsec = this_hdr->sh_link; local
814 if (elfsec == 0)
822 if (elfsec < elf_numsections (abfd))
824 this_hdr = elf_elfsections (abfd)[elfsec];
836 s->owner, elfsec, s); local
1585 unsigned int elfsec;
1596 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
1597 if (elfsec == SHN_BAD)
1599 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
1584 unsigned int elfsec; local
elflink.c 4636 unsigned int elfsec;
4646 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
4647 if (elfsec == SHN_BAD)
4649 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
8554 unsigned int elfsec;
8573 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
8574 if (elfsec == SHN_BAD)
8577 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
4627 unsigned int elfsec; local
8543 unsigned int elfsec; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 740 unsigned int elfsec = this_hdr->sh_link; local
746 if (elfsec == 0)
754 if (elfsec < elf_numsections (abfd))
756 this_hdr = elf_elfsections (abfd)[elfsec];
768 s->owner, elfsec, s); local
1521 unsigned int elfsec;
1532 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
1533 if (elfsec == SHN_BAD)
1535 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
1520 unsigned int elfsec; local
elflink.c 4600 unsigned int elfsec;
4610 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
4611 if (elfsec == SHN_BAD)
4613 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
8546 unsigned int elfsec;
8565 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
8566 if (elfsec == SHN_BAD)
8569 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
4591 unsigned int elfsec; local
8535 unsigned int elfsec; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 713 unsigned int elfsec = this_hdr->sh_link; local
719 if (elfsec == 0)
727 if (elfsec < elf_numsections (abfd))
729 this_hdr = elf_elfsections (abfd)[elfsec];
741 s->owner, elfsec, s); local
1494 unsigned int elfsec;
1505 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
1506 if (elfsec == SHN_BAD)
1508 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
1493 unsigned int elfsec; local
elflink.c 4573 unsigned int elfsec;
4583 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
4584 if (elfsec == SHN_BAD)
4586 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
8477 unsigned int elfsec;
8496 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
8497 if (elfsec == SHN_BAD)
8500 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
4564 unsigned int elfsec; local
8466 unsigned int elfsec; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 860 unsigned int elfsec = this_hdr->sh_link; local
866 if (elfsec == 0)
874 if (elfsec < elf_numsections (abfd))
876 this_hdr = elf_elfsections (abfd)[elfsec];
888 s->owner, elfsec, s); local
1677 unsigned int elfsec;
1688 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
1689 if (elfsec == SHN_BAD)
1691 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
1676 unsigned int elfsec; local
elflink.c 4558 unsigned int elfsec;
4568 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
4569 if (elfsec == SHN_BAD)
4571 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
8464 unsigned int elfsec;
8483 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
8484 if (elfsec == SHN_BAD)
8487 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
4549 unsigned int elfsec; local
8453 unsigned int elfsec; local

Completed in 99 milliseconds