Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delfcode.h988 Elf_External_Shdr *x_shdrp; /* Section header table, external form */ in elf_write_shdrs_and_ehdr() local
1016 amt *= sizeof (*x_shdrp); in elf_write_shdrs_and_ehdr()
1017 x_shdrp = bfd_alloc (abfd, amt); in elf_write_shdrs_and_ehdr()
1018 if (!x_shdrp) in elf_write_shdrs_and_ehdr()
1026 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count); in elf_write_shdrs_and_ehdr()
1032 || bfd_bwrite (x_shdrp, amt, abfd) != amt) in elf_write_shdrs_and_ehdr()