/toolchain/binutils/binutils-2.25/bfd/ |
D | elfcode.h | 495 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 …]
|
D | elf.c | 277 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 …]
|
D | elf32-sh64.c | 268 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()
|
D | elf32-i370.c | 367 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()
|
D | elf32-msp430.c | 2205 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()
|
D | elf32-v850.c | 2813 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()
|
D | elf64-hppa.c | 368 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()
|
D | elf-bfd.h | 1926 (bfd *, unsigned int shindex);
|
D | elfnn-ia64.c | 889 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()
|
D | elf64-ia64-vms.c | 4445 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()
|
D | elf64-alpha.c | 1137 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()
|
D | elf64-x86-64.c | 5493 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()
|
D | elfnn-aarch64.c | 6489 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()
|
D | elf32-ppc.c | 2366 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()
|
D | elf32-arm.c | 14787 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()
|
D | elfxx-mips.c | 7040 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()
|
D | ChangeLog-2005 | 4035 (bfd_section_from_shdr): Pass shindex to
|