Searched refs:ohdr (Results 1 – 2 of 2) sorted by relevance
203 struct hdr ihdr, ohdr; in btxld() local232 memset(&ohdr, 0, sizeof(ohdr)); in btxld()233 ohdr.fmt = format; in btxld()234 ohdr.text = ldr_size; in btxld()235 ohdr.data = btx.btx_textsz + ihdr.size; in btxld()236 ohdr.org = lentry; in btxld()237 ohdr.entry = lentry; in btxld()261 puthdr(fdo, &ohdr); in btxld()267 seekx(fdo, ohdr.size += ohdr.text); in btxld()280 if (ftruncate(fdo, ohdr.size += ohdr.data)) in btxld()[all …]
6062 Elf_Internal_Shdr *ihdr, *ohdr; in _bfd_elf_init_private_section_data() local6104 ohdr = &elf_section_data (osec)->this_hdr; in _bfd_elf_init_private_section_data()6105 ohdr->sh_flags |= SHF_LINK_ORDER; in _bfd_elf_init_private_section_data()6123 Elf_Internal_Shdr *ihdr, *ohdr; in _bfd_elf_copy_private_section_data() local6130 ohdr = &elf_section_data (osec)->this_hdr; in _bfd_elf_copy_private_section_data()6132 ohdr->sh_entsize = ihdr->sh_entsize; in _bfd_elf_copy_private_section_data()6138 ohdr->sh_info = ihdr->sh_info; in _bfd_elf_copy_private_section_data()