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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 1164 unsigned char *note_contents; local
1229 note_contents = (unsigned char *) bfd_zalloc (abfd, note_size);
1230 if (note_contents == NULL)
1232 noteptr = note_contents;
1250 ia64_info->note_sec->contents = note_contents;
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 1164 unsigned char *note_contents; local
1229 note_contents = (unsigned char *) bfd_zalloc (abfd, note_size);
1230 if (note_contents == NULL)
1232 noteptr = note_contents;
1250 ia64_info->note_sec->contents = note_contents;
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 1164 unsigned char *note_contents; local
1229 note_contents = (unsigned char *) bfd_zalloc (abfd, note_size);
1230 if (note_contents == NULL)
1232 noteptr = note_contents;
1250 ia64_info->note_sec->contents = note_contents;
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 1165 unsigned char *note_contents; local
1230 note_contents = (unsigned char *) bfd_zalloc (abfd, note_size);
1231 if (note_contents == NULL)
1233 noteptr = note_contents;
1251 ia64_info->note_sec->contents = note_contents;

Completed in 41 milliseconds