Searched refs:elf_elfsections (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c258 i_shdrp = elf_elfsections (abfd);
300 if (elf_elfsections (abfd) == NULL || shindex >= elf_numsections (abfd))
303 hdr = elf_elfsections (abfd)[shindex];
447 iname = elf_elfsections (abfd)[isym->st_shndx]->sh_name;
482 hdr = elf_elfsections (abfd) [ghdr->sh_link];
522 Elf_Internal_Shdr *shdr = elf_elfsections (abfd)[i];
548 Elf_Internal_Shdr *shdr = elf_elfsections (abfd)[i];
607 dest->shdr = elf_elfsections (abfd)[idx];
711 this_hdr = elf_elfsections (abfd)[elfsec];
995 i_shdrp = elf_elfsections (abf
[all...]
H A Delfcode.h753 elf_elfsections (abfd) = bfd_alloc (abfd, amt);
754 if (!elf_elfsections (abfd))
763 elf_elfsections (abfd)[shindex] = shdrp++;
765 elf_elfsections (abfd)[shindex] = i_shdrp;
768 elf_elfsections (abfd)[shindex] = shdrp++;
1063 i_shdrp = elf_elfsections (abfd);
H A Delf-bfd.h1478 #define elf_elfsections(bfd) (elf_tdata(bfd) -> elf_sect_ptr)
1476 #define elf_elfsections macro
H A Delflink.c3483 shlink = elf_elfsections (abfd)[elfsec]->sh_link;
9196 elf_shdrp = elf_elfsections (s->owner);
9271 && elf_elfsections (sub)[elfsec]->sh_flags & SHF_LINK_ORDER)
10243 hdr = elf_elfsections (abfd)[i];
H A Delf32-arm.c7892 elf_shdrp = elf_elfsections (sub);
9212 = elf_elfsections (output_bfd)[i];
H A Delfxx-mips.c9242 for (i = 1, hdrpp = elf_elfsections (abfd) + 1;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c820 Elf_Internal_Shdr *symhdr = elf_elfsections (abfd) [ghdr->sh_link];

Completed in 263 milliseconds