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

/freebsd-11.0-release/usr.sbin/btxld/
H A Dbtxld.c201 struct hdr ihdr, ohdr; local
213 gethdr(fdi[i], &ihdr);
214 if (ihdr.fmt != F_BIN)
216 fmtlist[ihdr.fmt], fmtlist[F_BIN]);
217 ldr_size = ihdr.size;
223 gethdr(fdi[i], &ihdr);
224 if (ihdr.org && ihdr.org != BTX_PGSIZE)
227 ihdr.org, BTX_PGSIZE);
233 ohdr.data = btx.btx_textsz + ihdr
[all...]
/freebsd-11.0-release/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 111 milliseconds