Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h495 unsigned int shindex; in elf_object_p() local
696 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++) in elf_object_p()
697 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
701 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++) in elf_object_p()
705 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex); in elf_object_p()
708 if (i_shdrp[shindex].sh_link >= num_sec) in elf_object_p()
721 if (i_shdrp[shindex].sh_link == (SHN_LORESERVE & 0xffff) /* SHN_BEFORE */ in elf_object_p()
722 || i_shdrp[shindex].sh_link == ((SHN_LORESERVE + 1) & 0xffff) /* SHN_AFTER */) in elf_object_p()
730 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK) in elf_object_p()
731 || i_shdrp[shindex].sh_type == SHT_RELA in elf_object_p()
[all …]
Delf.c277 bfd_elf_get_str_section (bfd *abfd, unsigned int shindex) in bfd_elf_get_str_section() argument
286 || shindex >= elf_numsections (abfd) in bfd_elf_get_str_section()
287 || i_shdrp[shindex] == 0) in bfd_elf_get_str_section()
290 shstrtab = i_shdrp[shindex]->contents; in bfd_elf_get_str_section()
294 offset = i_shdrp[shindex]->sh_offset; in bfd_elf_get_str_section()
295 shstrtabsize = i_shdrp[shindex]->sh_size; in bfd_elf_get_str_section()
311 i_shdrp[shindex]->sh_size = 0; in bfd_elf_get_str_section()
315 i_shdrp[shindex]->contents = shstrtab; in bfd_elf_get_str_section()
322 unsigned int shindex, in bfd_elf_string_from_elf_section() argument
330 if (elf_elfsections (abfd) == NULL || shindex >= elf_numsections (abfd)) in bfd_elf_string_from_elf_section()
[all …]
Delf32-sh64.c268 const char *name, int shindex) in sh64_backend_section_from_shdr() argument
293 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in sh64_backend_section_from_shdr()
Delf32-i370.c367 int shindex) in i370_elf_section_from_shdr() argument
372 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in i370_elf_section_from_shdr()
Delf32-msp430.c2205 int shindex) in elf32_msp430_section_from_shdr() argument
2212 return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex); in elf32_msp430_section_from_shdr()
Delf32-v850.c2813 int shindex) in v850_elf_section_from_shdr() argument
2819 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in v850_elf_section_from_shdr()
Delf64-hppa.c368 int shindex) in elf64_hppa_section_from_shdr() argument
386 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elf64_hppa_section_from_shdr()
Delf-bfd.h1926 (bfd *, unsigned int shindex);
Delfnn-ia64.c889 int shindex) in elfNN_ia64_section_from_shdr() argument
911 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elfNN_ia64_section_from_shdr()
Delf64-ia64-vms.c4445 int shindex) in elf64_vms_section_from_shdr() argument
4470 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elf64_vms_section_from_shdr()
Delf64-alpha.c1137 int shindex) in elf64_alpha_section_from_shdr() argument
1156 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elf64_alpha_section_from_shdr()
Delf64-x86-64.c5493 const char *name, int shindex) in elf_x86_64_section_from_shdr() argument
5498 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elf_x86_64_section_from_shdr()
Delfnn-aarch64.c6489 const char *name, int shindex) in elfNN_aarch64_section_from_shdr() argument
6505 if (!_bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elfNN_aarch64_section_from_shdr()
Delf32-ppc.c2366 int shindex) in ppc_elf_section_from_shdr() argument
2371 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in ppc_elf_section_from_shdr()
Delf32-arm.c14787 int shindex) in elf32_arm_section_from_shdr() argument
14805 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in elf32_arm_section_from_shdr()
Delfxx-mips.c7040 int shindex) in _bfd_mips_elf_section_from_shdr() argument
7117 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex)) in _bfd_mips_elf_section_from_shdr()
DChangeLog-20054035 (bfd_section_from_shdr): Pass shindex to