Home
last modified time | relevance | path

Searched refs:shindex (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfcode.h499 unsigned int shindex; in elf_object_p() local
724 shindex = 0; in elf_object_p()
727 for ( ; shindex < SHN_LORESERVE; shindex++) in elf_object_p()
729 for ( ; shindex < SHN_HIRESERVE + 1; shindex++) in elf_object_p()
732 for ( ; shindex < num_sec; shindex++) in elf_object_p()
733 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
737 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++) in elf_object_p()
755 if (i_shdrp[shindex].sh_size != 0 in elf_object_p()
758 && (((i_shdrp[shindex].sh_addr - i_shdrp[shindex].sh_offset) in elf_object_p()
816 for (shindex = 1; shindex < num_sec; shindex++) in elf_object_p()
[all …]
H A Delf.c285 unsigned int shindex, in bfd_elf_string_from_elf_section() argument
745 int shindex) in _bfd_elf_make_section_from_shdr() argument
1910 shindex)) in bfd_section_from_shdr()
1925 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
1929 for (i = 1; i < shindex; i++) in bfd_section_from_shdr()
1936 if (i != shindex) in bfd_section_from_shdr()
1992 shindex); in bfd_section_from_shdr()
2009 if (i == shindex) in bfd_section_from_shdr()
2043 shindex); in bfd_section_from_shdr()
2096 shindex); in bfd_section_from_shdr()
[all …]
H A Delf32-sh64.c263 const char *name, int shindex) in sh64_backend_section_from_shdr() argument
288 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in sh64_backend_section_from_shdr()
H A Delf32-i370.c352 int shindex) in i370_elf_section_from_shdr() argument
357 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in i370_elf_section_from_shdr()
H A Delf64-hppa.c421 int shindex) in elf64_hppa_section_from_shdr() argument
441 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elf64_hppa_section_from_shdr()
H A Delf32-v850.c2125 int shindex) in v850_elf_section_from_shdr() argument
2131 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in v850_elf_section_from_shdr()
H A Delf-bfd.h1572 (bfd *, unsigned int shindex);
H A Delf64-x86-64.c3441 int shindex) in elf64_x86_64_section_from_shdr() argument
3446 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elf64_x86_64_section_from_shdr()
H A Delf64-alpha.c1091 int shindex) in elf64_alpha_section_from_shdr() argument
1110 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elf64_alpha_section_from_shdr()
H A Delfxx-ia64.c1457 int shindex) in elfNN_ia64_section_from_shdr() argument
1481 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elfNN_ia64_section_from_shdr()
H A Delf32-ppc.c1832 int shindex) in ppc_elf_section_from_shdr() argument
1837 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in ppc_elf_section_from_shdr()
H A Delf32-arm.c7694 int shindex) in elf32_arm_section_from_shdr() argument
7712 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elf32_arm_section_from_shdr()
H A Delfxx-mips.c5394 int shindex) in _bfd_mips_elf_section_from_shdr() argument
5466 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in _bfd_mips_elf_section_from_shdr()
H A DChangeLog-20054035 (bfd_section_from_shdr): Pass shindex to
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfcode.h478 unsigned int shindex; in elf_object_p() local
667 shindex = 0; in elf_object_p()
670 for ( ; shindex < SHN_LORESERVE; shindex++) in elf_object_p()
672 for ( ; shindex < SHN_HIRESERVE + 1; shindex++) in elf_object_p()
675 for ( ; shindex < num_sec; shindex++) in elf_object_p()
676 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
680 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++) in elf_object_p()
688 if (i_shdrp[shindex].sh_size != 0 in elf_object_p()
691 && (((i_shdrp[shindex].sh_addr - i_shdrp[shindex].sh_offset) in elf_object_p()
747 for (shindex = 1; shindex < num_sec; shindex++) in elf_object_p()
[all …]
H A Delf.c278 unsigned int shindex, in bfd_elf_string_from_elf_section() argument
286 hdr = elf_elfsections (abfd)[shindex]; in bfd_elf_string_from_elf_section()
1715 elf_onesymtab (abfd) = shindex; in bfd_section_from_shdr()
1739 elf_dynsymtab (abfd) = shindex; in bfd_section_from_shdr()
1757 elf_symtab_shndx (abfd) = shindex; in bfd_section_from_shdr()
1765 if (ehdr->e_shstrndx == shindex) in bfd_section_from_shdr()
1778 if (hdr2->sh_link == shindex) in bfd_section_from_shdr()
1785 elf_elfsections (abfd)[shindex] = in bfd_section_from_shdr()
1911 elf_dynverdef (abfd) = shindex; in bfd_section_from_shdr()
1917 elf_dynversym (abfd) = shindex; in bfd_section_from_shdr()
[all …]
H A Delf-bfd.h1428 (bfd *, unsigned int shindex);
/openbsd/lib/libelf/
H A Dgelf_symshndx.c36 Elf32_Word *shindex) in gelf_getsymshndx() argument
53 shindex == NULL) { in gelf_getsymshndx()
82 *shindex = ((Elf32_Word *) id->d_buf)[ndx]; in gelf_getsymshndx()