Home
last modified time | relevance | path

Searched refs:ohdr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/btxld/
Dbtxld.c203 struct hdr ihdr, ohdr; in btxld() local
232 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 …]
/freebsd-12-stable/contrib/binutils/bfd/
Delf.c6062 Elf_Internal_Shdr *ihdr, *ohdr; in _bfd_elf_init_private_section_data() local
6104 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() local
6130 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()