HomeSort by: relevance | last modified time | path
    Searched refs: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.old/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/dist/bfd/
elf.c 806 unsigned int elfsec = this_hdr->sh_link; local
812 if (elfsec == 0)
820 if (elfsec < elf_numsections (abfd))
822 this_hdr = elf_elfsections (abfd)[elfsec];
834 s->owner, elfsec, s); local
1583 unsigned int elfsec;
1594 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
1595 if (elfsec == SHN_BAD)
1597 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
1582 unsigned int elfsec; local
elflink.c 4618 unsigned int elfsec;
4628 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
4629 if (elfsec == SHN_BAD)
4631 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
8564 unsigned int elfsec;
8583 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
8584 if (elfsec == SHN_BAD)
8587 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
4609 unsigned int elfsec; local
8553 unsigned int elfsec; local

Completed in 81 milliseconds