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

/freebsd-11-stable/usr.sbin/btxld/
H A Dbtxld.c203 struct hdr ihdr, ohdr; local
215 gethdr(fdi[i], &ihdr);
216 if (ihdr.fmt != F_BIN)
218 fmtlist[ihdr.fmt], fmtlist[F_BIN]);
219 ldr_size = ihdr.size;
225 gethdr(fdi[i], &ihdr);
226 if (ihdr.org && ihdr.org != BTX_PGSIZE)
229 ihdr.org, BTX_PGSIZE);
235 ohdr.data = btx.btx_textsz + ihdr
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c6067 Elf_Internal_Shdr *ihdr, *ohdr;
6102 ihdr = &elf_section_data (isec)->this_hdr;
6107 if ((ihdr->sh_flags & SHF_LINK_ORDER) != 0)
6128 Elf_Internal_Shdr *ihdr, *ohdr;
6134 ihdr = &elf_section_data (isec)->this_hdr;
6137 ohdr->sh_entsize = ihdr->sh_entsize;
6139 if (ihdr->sh_type == SHT_SYMTAB
6140 || ihdr->sh_type == SHT_DYNSYM
6141 || ihdr->sh_type == SHT_GNU_verneed
6142 || ihdr
6062 Elf_Internal_Shdr *ihdr, *ohdr; local
6123 Elf_Internal_Shdr *ihdr, *ohdr; local
[all...]

Completed in 125 milliseconds