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

/freebsd-10.0-release/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c238 Elf_Shdr *shdrp = NULL, *symtabshdr, *strtabshdr, *shstrtabshdr; local
261 if ((shdrp = xmalloc(shdrsize, fn, "section header table")) == NULL)
263 if (xreadatoff(fd, shdrp, xewtoh(ehdr.e_shoff), shdrsize, fn) !=
270 switch (xe32toh(shdrp[i].sh_type)) {
276 symtabshdr = &shdrp[i];
277 strtabshdr = &shdrp[xe32toh(shdrp[i].sh_link)];
281 shstrtabshdr = &shdrp[i];
322 if (xewtoh(shdrp[i].sh_offset) >
334 layoutp[r].shdr = &shdrp[
[all...]
/freebsd-10.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 221 milliseconds