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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfcode.h942 Elf_External_Shdr *x_shdrp; /* Section header table, external form */
972 amt *= sizeof (*x_shdrp);
973 x_shdrp = bfd_alloc (abfd, amt);
974 if (!x_shdrp)
982 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count);
988 || bfd_bwrite (x_shdrp, amt, abfd) != amt)
939 Elf_External_Shdr *x_shdrp; /* Section header table, external form */ local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfcode.h1024 Elf_External_Shdr *x_shdrp; /* Section header table, external form */
1054 amt *= sizeof (*x_shdrp);
1055 x_shdrp = bfd_alloc (abfd, amt);
1056 if (!x_shdrp)
1064 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count);
1070 || bfd_bwrite (x_shdrp, amt, abfd) != amt)
1021 Elf_External_Shdr *x_shdrp; /* Section header table, external form */ local

Completed in 120 milliseconds