HomeSort by: relevance | last modified time | path
    Searched defs:x_shdrp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfcode.h 1108 Elf_External_Shdr *x_shdrp; /* Section header table, external form */
1140 if (_bfd_mul_overflow (i_ehdrp->e_shnum, sizeof (*x_shdrp), &amt))
1145 x_shdrp = (Elf_External_Shdr *) bfd_alloc (abfd, amt);
1146 if (!x_shdrp)
1154 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count);
1156 amt = (bfd_size_type) i_ehdrp->e_shnum * sizeof (*x_shdrp);
1158 || bfd_write (x_shdrp, amt, abfd) != amt)
1105 Elf_External_Shdr *x_shdrp; \/* Section header table, external form *\/ local
  /src/external/gpl3/binutils.old/dist/bfd/
elfcode.h 1109 Elf_External_Shdr *x_shdrp; /* Section header table, external form */
1141 if (_bfd_mul_overflow (i_ehdrp->e_shnum, sizeof (*x_shdrp), &amt))
1146 x_shdrp = (Elf_External_Shdr *) bfd_alloc (abfd, amt);
1147 if (!x_shdrp)
1155 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count);
1157 amt = (bfd_size_type) i_ehdrp->e_shnum * sizeof (*x_shdrp);
1159 || bfd_write (x_shdrp, amt, abfd) != amt)
1106 Elf_External_Shdr *x_shdrp; \/* Section header table, external form *\/ local
  /src/external/gpl3/gdb.old/dist/bfd/
elfcode.h 1109 Elf_External_Shdr *x_shdrp; /* Section header table, external form */
1141 if (_bfd_mul_overflow (i_ehdrp->e_shnum, sizeof (*x_shdrp), &amt))
1146 x_shdrp = (Elf_External_Shdr *) bfd_alloc (abfd, amt);
1147 if (!x_shdrp)
1155 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count);
1157 amt = (bfd_size_type) i_ehdrp->e_shnum * sizeof (*x_shdrp);
1159 || bfd_write (x_shdrp, amt, abfd) != amt)
1106 Elf_External_Shdr *x_shdrp; \/* Section header table, external form *\/ local
  /src/external/gpl3/gdb/dist/bfd/
elfcode.h 1109 Elf_External_Shdr *x_shdrp; /* Section header table, external form */
1141 if (_bfd_mul_overflow (i_ehdrp->e_shnum, sizeof (*x_shdrp), &amt))
1146 x_shdrp = (Elf_External_Shdr *) bfd_alloc (abfd, amt);
1147 if (!x_shdrp)
1155 elf_swap_shdr_out (abfd, *i_shdrp, x_shdrp + count);
1157 amt = (bfd_size_type) i_ehdrp->e_shnum * sizeof (*x_shdrp);
1159 || bfd_write (x_shdrp, amt, abfd) != amt)
1106 Elf_External_Shdr *x_shdrp; \/* Section header table, external form *\/ local

Completed in 48 milliseconds