| /src/external/mit/isl/dist/ |
| isl_printer_private.h | 22 * notes keeps track of arbitrary notes as a mapping between 24 * if there are no notes yet. 46 isl_id_to_id *notes; member in struct:isl_printer
|
| /src/games/battlestar/ |
| globals.c | 284 int notes[NUMOFNOTES]; variable
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tracepoint.h | 147 /* "Notes" about the trace. This is an arbitrary string not 150 char *notes; member in struct:trace_status 393 extern void start_tracing (const char *notes); 394 extern void stop_tracing (const char *notes);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| tracepoint.h | 147 /* "Notes" about the trace. This is an arbitrary string not 150 char *notes; member in struct:trace_status 393 extern void start_tracing (const char *notes); 394 extern void stop_tracing (const char *notes);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| sel-sched-dump.cc | 826 insn_t notes = BB_NOTE_LIST (bb); 828 if (notes != NULL_RTX) 832 /* For simplicity, we dump notes from note_list in reversed order 834 while (notes != NULL_RTX) 836 sel_dump_cfg_insn (notes, flags); 839 notes = PREV_INSN (notes); 822 insn_t notes = BB_NOTE_LIST (bb); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sel-sched-dump.cc | 826 insn_t notes = BB_NOTE_LIST (bb); 828 if (notes != NULL_RTX) 832 /* For simplicity, we dump notes from note_list in reversed order 834 while (notes != NULL_RTX) 836 sel_dump_cfg_insn (notes, flags); 839 notes = PREV_INSN (notes); 822 insn_t notes = BB_NOTE_LIST (bb); local
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| ELF.h | 303 /// Get an iterator over notes in a program header. 322 /// Get an iterator over notes in a section. 341 /// Get the end iterator for notes. 346 /// Get an iterator range over notes of a program header. 353 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, function in class:llvm::object::ELFFile 358 /// Get an iterator range over notes of a section. 365 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, function in class:llvm::object::ELFFile
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-v850.c | 2393 /* Allocate space for all known notes. */ 2404 /* Provide default (= uninitilaised) values for all of the notes. */ 2430 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); 2436 if (notes == NULL) 2437 notes = v850_elf_make_note_section (abfd); 2438 if (notes == NULL) 2441 v850_set_note (abfd, notes, note, val); 2473 the notes section to disappear. In this case do nothing. */ 2476 /* Copy/overwrite notes from the input to the output. */ 2595 /* FIXME: We should also check for conflicts between the notes 2424 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local 2680 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local [all...] |
| elf64-ia64-vms.c | 1155 Elf_Internal_Note notes[NBR_NOTES]; local 1176 notes[0].type = NT_VMS_IMGNAM; 1177 notes[0].descdata = module_name; 1178 notes[0].descsz = module_name_len; 1181 notes[1].type = NT_VMS_GSTNAM; 1182 notes[1].descdata = module_name; 1183 notes[1].descsz = module_name_len; 1187 notes[2].type = NT_VMS_IMGID; 1188 notes[2].descdata = IMG_ID; 1189 notes[2].descsz = sizeof (IMG_ID) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-gen.c | 191 int *chknotes; /* Dependency notes for each class. */ 196 int *regnotes; /* Dependency notes for each class. */ 232 /* A generic list of dependencies w/notes encoded. These may be shared. */ 478 /* If it is a composite class, then ignore comments and notes that come after 502 /* If it's a composite class, leave the notes and comments in place so that 698 int *notes = *notesp; 751 notes = (int *) 752 xrealloc ((void *) notes,(count + 1) * sizeof (int)); 753 notes[count] = note; 763 *notesp = notes; 696 int *notes = *notesp; local [all...] |
| aarch64-dis.c | 55 static int no_notes = 0; /* If set do not print disassemble notes in the 82 if (startswith (option, "no-notes")) 88 if (startswith (option, "notes")) 3969 char *notes = NULL; 3994 &info->target, ¬es, cmt, sizeof (cmt), 4078 if (notes && !no_notes) 4082 " // note: %s", notes); 4146 /* Build notes from verifiers into a string for printing. */ 4202 Usually notes shouldn't overlap so it shouldn't happen that we have a note 4600 no-notes Don't print instruction notes.\n")) 3966 char *notes = NULL; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-v850.c | 2392 /* Allocate space for all known notes. */ 2403 /* Provide default (= uninitilaised) values for all of the notes. */ 2429 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); 2435 if (notes == NULL) 2436 notes = v850_elf_make_note_section (abfd); 2437 if (notes == NULL) 2440 v850_set_note (abfd, notes, note, val); 2471 the notes section to disappear. In this case do nothing. */ 2474 /* Copy/overwrite notes from the input to the output. */ 2593 /* FIXME: We should also check for conflicts between the notes 2423 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local 2678 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-gen.c | 191 int *chknotes; /* Dependency notes for each class. */ 196 int *regnotes; /* Dependency notes for each class. */ 232 /* A generic list of dependencies w/notes encoded. These may be shared. */ 478 /* If it is a composite class, then ignore comments and notes that come after 502 /* If it's a composite class, leave the notes and comments in place so that 698 int *notes = *notesp; 751 notes = (int *) 752 xrealloc ((void *) notes,(count + 1) * sizeof (int)); 753 notes[count] = note; 763 *notesp = notes; 696 int *notes = *notesp; local [all...] |
| aarch64-dis.c | 56 static int no_notes = 1; /* If set do not print disassemble notes in the 83 if (startswith (option, "no-notes")) 89 if (startswith (option, "notes")) 3945 char *notes = NULL; 3970 &info->target, ¬es, cmt, sizeof (cmt), 4054 if (notes && !no_notes) 4058 " // note: %s", notes); 4122 /* Build notes from verifiers into a string for printing. */ 4178 Usually notes shouldn't overlap so it shouldn't happen that we have a note 4586 no-notes Don't print instruction notes.\n")) 3941 char *notes = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| internal.h | 337 _cpp_line_note *notes; /* Array of notes. */ member in struct:cpp_buffer 339 unsigned int notes_used; /* Number of notes. */
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| internal.h | 336 _cpp_line_note *notes; /* Array of notes. */ member in struct:cpp_buffer 338 unsigned int notes_used; /* Number of notes. */
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-gen.c | 191 int *chknotes; /* Dependency notes for each class. */ 196 int *regnotes; /* Dependency notes for each class. */ 232 /* A generic list of dependencies w/notes encoded. These may be shared. */ 478 /* If it is a composite class, then ignore comments and notes that come after 502 /* If it's a composite class, leave the notes and comments in place so that 698 int *notes = *notesp; 751 notes = (int *) 752 xrealloc ((void *) notes,(count + 1) * sizeof (int)); 753 notes[count] = note; 763 *notesp = notes; 696 int *notes = *notesp; local [all...] |
| aarch64-dis.c | 56 static int no_notes = 1; /* If set do not print disassemble notes in the 83 if (startswith (option, "no-notes")) 89 if (startswith (option, "notes")) 3904 char *notes = NULL; 3929 &info->target, ¬es, cmt, sizeof (cmt), 4013 if (notes && !no_notes) 4017 " // note: %s", notes); 4081 /* Build notes from verifiers into a string for printing. */ 4137 Usually notes shouldn't overlap so it shouldn't happen that we have a note 4545 no-notes Don't print instruction notes.\n")) 3900 char *notes = NULL; local [all...] |
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd.h | 119 int notes; /* notes aggregator */ member in struct:__anon23176
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-v850.c | 2392 /* Allocate space for all known notes. */ 2402 /* Provide default (= uninitilaised) values for all of the notes. */ 2428 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); 2434 if (notes == NULL) 2435 notes = v850_elf_make_note_section (abfd); 2436 if (notes == NULL) 2439 v850_set_note (abfd, notes, note, val); 2470 the notes section to disappear. In this case do nothing. */ 2473 /* Copy/overwrite notes from the input to the output. */ 2592 /* FIXME: We should also check for conflicts between the notes 2422 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local 2677 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-v850.c | 2393 /* Allocate space for all known notes. */ 2404 /* Provide default (= uninitilaised) values for all of the notes. */ 2430 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); 2436 if (notes == NULL) 2437 notes = v850_elf_make_note_section (abfd); 2438 if (notes == NULL) 2441 v850_set_note (abfd, notes, note, val); 2472 the notes section to disappear. In this case do nothing. */ 2475 /* Copy/overwrite notes from the input to the output. */ 2594 /* FIXME: We should also check for conflicts between the notes 2424 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local 2679 asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME); local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-gen.c | 191 int *chknotes; /* Dependency notes for each class. */ 196 int *regnotes; /* Dependency notes for each class. */ 232 /* A generic list of dependencies w/notes encoded. These may be shared. */ 478 /* If it is a composite class, then ignore comments and notes that come after 502 /* If it's a composite class, leave the notes and comments in place so that 698 int *notes = *notesp; 751 notes = (int *) 752 xrealloc ((void *) notes,(count + 1) * sizeof (int)); 753 notes[count] = note; 763 *notesp = notes; 696 int *notes = *notesp; local [all...] |
| aarch64-dis.c | 56 static int no_notes = 1; /* If set do not print disassemble notes in the 83 if (startswith (option, "no-notes")) 89 if (startswith (option, "notes")) 3944 char *notes = NULL; 3969 &info->target, ¬es, cmt, sizeof (cmt), 4053 if (notes && !no_notes) 4057 " // note: %s", notes); 4121 /* Build notes from verifiers into a string for printing. */ 4177 Usually notes shouldn't overlap so it shouldn't happen that we have a note 4585 no-notes Don't print instruction notes.\n")) 3940 char *notes = NULL; local [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| symbols.c | 245 struct obstack notes; variable in typeref:struct:obstack 247 /* Utility functions to allocate and duplicate memory on the notes 254 return obstack_alloc (¬es, size); 275 void *ret = obstack_alloc (¬es, alloc_size); 299 obstack_grow (¬es, str, size); 302 obstack_1grow (¬es, 0); 303 return obstack_finish (¬es); 307 on the notes obstack. */ 312 obstack_free (¬es, ptr);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| symbols.c | 245 struct obstack notes; variable in typeref:struct:obstack 247 /* Utility functions to allocate and duplicate memory on the notes 254 return obstack_alloc (¬es, size); 275 void *ret = obstack_alloc (¬es, alloc_size); 299 obstack_grow (¬es, str, size); 302 obstack_1grow (¬es, 0); 303 return obstack_finish (¬es); 307 on the notes obstack. */ 312 obstack_free (¬es, ptr);
|