Home
last modified time | relevance | path

Searched refs:num_sec (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfcode.h707 unsigned int num_sec; in elf_object_p() local
713 num_sec = i_ehdrp->e_shnum; in elf_object_p()
714 if (num_sec > SHN_LORESERVE) in elf_object_p()
715 num_sec += SHN_HIRESERVE + 1 - SHN_LORESERVE; in elf_object_p()
716 elf_numsections (abfd) = num_sec; in elf_object_p()
717 amt = sizeof (i_shdrp) * num_sec; in elf_object_p()
725 if (num_sec > SHN_LORESERVE) in elf_object_p()
732 for ( ; shindex < num_sec; shindex++) in elf_object_p()
810 unsigned int num_sec; in elf_object_p() local
815 num_sec = elf_numsections (abfd); in elf_object_p()
[all …]
H A Delf.c1873 unsigned int i, num_sec; in bfd_section_from_shdr() local
1876 for (i = 1; i < num_sec; i++) in bfd_section_from_shdr()
1918 unsigned int i, num_sec; in bfd_section_from_shdr() local
1920 num_sec = elf_numsections (abfd); in bfd_section_from_shdr()
1928 if (i == num_sec) in bfd_section_from_shdr()
2000 unsigned int i, num_sec; in bfd_section_from_shdr() local
2003 for (i = 1; i < num_sec; i++) in bfd_section_from_shdr()
2037 || hdr->sh_link >= num_sec) in bfd_section_from_shdr()
2092 || hdr->sh_info >= num_sec in bfd_section_from_shdr()
5128 unsigned int i, num_sec; in _bfd_elf_assign_file_positions_for_relocs() local
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfcode.h650 unsigned int num_sec; in elf_object_p() local
656 num_sec = i_ehdrp->e_shnum; in elf_object_p()
657 if (num_sec > SHN_LORESERVE) in elf_object_p()
658 num_sec += SHN_HIRESERVE + 1 - SHN_LORESERVE; in elf_object_p()
659 elf_numsections (abfd) = num_sec; in elf_object_p()
660 amt = sizeof (i_shdrp) * num_sec; in elf_object_p()
668 if (num_sec > SHN_LORESERVE) in elf_object_p()
675 for ( ; shindex < num_sec; shindex++) in elf_object_p()
737 unsigned int num_sec; in elf_object_p() local
746 num_sec = elf_numsections (abfd); in elf_object_p()
[all …]
H A Delf.c1693 unsigned int i, num_sec; in bfd_section_from_shdr() local
1695 num_sec = elf_numsections (abfd); in bfd_section_from_shdr()
1696 for (i = 1; i < num_sec; i++) in bfd_section_from_shdr()
1772 unsigned int i, num_sec; in bfd_section_from_shdr() local
1774 num_sec = elf_numsections (abfd); in bfd_section_from_shdr()
1775 for (i = 1; i < num_sec; i++) in bfd_section_from_shdr()
1825 || hdr->sh_link >= num_sec) in bfd_section_from_shdr()
4477 unsigned int i, num_sec; in _bfd_elf_assign_file_positions_for_relocs() local
4482 num_sec = elf_numsections (abfd); in _bfd_elf_assign_file_positions_for_relocs()
4503 unsigned int count, num_sec; in _bfd_elf_write_object_contents() local
[all …]