Searched refs:ghdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/binutils/binutils/
H A Dobjcopy.c811 Elf_Internal_Shdr *ghdr;
816 ghdr = &elf_section_data (group)->this_hdr;
817 if (ghdr->sh_link < elf_numsections (abfd))
820 Elf_Internal_Shdr *symhdr = elf_elfsections (abfd) [ghdr->sh_link];
823 && ghdr->sh_info < symhdr->sh_size / bed->s->sizeof_sym)
824 return isympp[ghdr->sh_info - 1];
809 Elf_Internal_Shdr *ghdr; local
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c473 group_signature (bfd *abfd, Elf_Internal_Shdr *ghdr) argument
482 hdr = elf_elfsections (abfd) [ghdr->sh_link];
484 || ! bfd_section_from_shdr (abfd, ghdr->sh_link))
489 if (bfd_elf_get_elf_syms (abfd, hdr, 1, ghdr->sh_info,

Completed in 126 milliseconds