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

  /src/external/gpl3/gdb/dist/gdb/
gcore.c 83 asection *note_sec = NULL; local
99 note_sec = bfd_make_section_anyway_with_flags (obfd, "note0",
103 if (note_sec == NULL)
107 bfd_set_section_vma (note_sec, 0);
108 bfd_set_section_alignment (note_sec, 0);
109 bfd_set_section_size (note_sec, note_size);
121 if (!bfd_set_section_contents (obfd, note_sec, note_data.get (), 0,
  /src/external/gpl3/gdb.old/dist/gdb/
gcore.c 83 asection *note_sec = NULL; local
99 note_sec = bfd_make_section_anyway_with_flags (obfd, "note0",
103 if (note_sec == NULL)
107 bfd_set_section_vma (note_sec, 0);
108 bfd_set_section_alignment (note_sec, 0);
109 bfd_set_section_size (note_sec, note_size);
121 if (!bfd_set_section_contents (obfd, note_sec, note_data.get (), 0,
  /src/external/gpl3/binutils/dist/gas/config/
tc-v850.c 3700 segT note_sec;
3705 note_sec = subseg_new (V850_NOTE_SECNAME, 0);
3706 bfd_set_section_flags (note_sec, SEC_HAS_CONTENTS | SEC_READONLY | SEC_MERGE);
3707 bfd_set_section_alignment (note_sec, 2);
3697 segT note_sec; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-v850.c 3705 segT note_sec;
3710 note_sec = subseg_new (V850_NOTE_SECNAME, 0);
3711 bfd_set_section_flags (note_sec, SEC_HAS_CONTENTS | SEC_READONLY | SEC_MERGE);
3712 bfd_set_section_alignment (note_sec, 2);
3702 segT note_sec; local
  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 151 asection *note_sec; /* .note section. */ member in struct:elf64_ia64_link_hash_table
1250 ia64_info->note_sec->contents = note_contents;
1251 ia64_info->note_sec->alloced = 1;
1252 ia64_info->note_sec->size = note_size;
1339 ia64_info->note_sec = s;
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 151 asection *note_sec; /* .note section. */ member in struct:elf64_ia64_link_hash_table
1250 ia64_info->note_sec->contents = note_contents;
1251 ia64_info->note_sec->alloced = 1;
1252 ia64_info->note_sec->size = note_size;
1339 ia64_info->note_sec = s;
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 151 asection *note_sec; /* .note section. */ member in struct:elf64_ia64_link_hash_table
1250 ia64_info->note_sec->contents = note_contents;
1251 ia64_info->note_sec->size = note_size;
1338 ia64_info->note_sec = s;
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 151 asection *note_sec; /* .note section. */ member in struct:elf64_ia64_link_hash_table
1251 ia64_info->note_sec->contents = note_contents;
1252 ia64_info->note_sec->size = note_size;
1339 ia64_info->note_sec = s;

Completed in 59 milliseconds