Searched refs:shdrp (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c225 Elf_Shdr *shdrp = NULL, *symtabshdr, *strtabshdr, *shstrtabshdr; local
248 if ((shdrp = xmalloc(shdrsize, fn, "section header table")) == NULL)
250 if (xreadatoff(fd, shdrp, xewtoh(ehdr.e_shoff), shdrsize, fn) !=
257 switch (xe32toh(shdrp[i].sh_type)) {
263 symtabshdr = &shdrp[i];
264 strtabshdr = &shdrp[xe32toh(shdrp[i].sh_link)];
268 shstrtabshdr = &shdrp[i];
309 if (xewtoh(shdrp[i].sh_offset) >
321 layoutp[r].shdr = &shdrp[
[all...]
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delfcode.h741 Elf_Internal_Shdr *shdrp;
758 shdrp = i_shdrp;
763 elf_elfsections (abfd)[shindex] = shdrp++;
768 elf_elfsections (abfd)[shindex] = shdrp++;
739 Elf_Internal_Shdr *shdrp; local
H A Delf.c5079 Elf_Internal_Shdr *shdrp;
5081 shdrp = *shdrpp;
5082 if ((shdrp->sh_type == SHT_REL || shdrp->sh_type == SHT_RELA)
5083 && shdrp->sh_offset == -1)
5084 off = _bfd_elf_assign_file_position_for_section (shdrp, off, TRUE);
5074 Elf_Internal_Shdr *shdrp; local

Completed in 81 milliseconds