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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delfcode.h1060 Elf_External_Shdr *x_shdrp; /* Section header table, external form */
1088 amt *= sizeof (*x_shdrp);
1089 x_shdrp = bfd_alloc (abfd, amt);
1090 if (!x_shdrp)
1098 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count);
1104 || bfd_bwrite (x_shdrp, amt, abfd) != amt)
1057 Elf_External_Shdr *x_shdrp; /* Section header table, external form */ local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delfcode.h1060 Elf_External_Shdr *x_shdrp; /* Section header table, external form */
1088 amt *= sizeof (*x_shdrp);
1089 x_shdrp = bfd_alloc (abfd, amt);
1090 if (!x_shdrp)
1098 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count);
1104 || bfd_bwrite (x_shdrp, amt, abfd) != amt)
1057 Elf_External_Shdr *x_shdrp; /* Section header table, external form */ local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delfcode.h1060 Elf_External_Shdr *x_shdrp; /* Section header table, external form */
1088 amt *= sizeof (*x_shdrp);
1089 x_shdrp = bfd_alloc (abfd, amt);
1090 if (!x_shdrp)
1098 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count);
1104 || bfd_bwrite (x_shdrp, amt, abfd) != amt)
1057 Elf_External_Shdr *x_shdrp; /* Section header table, external form */ local

Completed in 113 milliseconds