| /src/external/bsd/elftosb/dist/elftosb2/ |
| elftosb_parser.y | 155 %type <m_ast> section_list section_list_elem symbol_ref mode_stmt 463 | section_list 468 | section_list "from" TOK_SOURCE_NAME 473 | TOK_SOURCE_NAME '[' section_list ']' 488 section_list : section_list_elem label 494 | section_list ',' section_list_elem
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldlang.h | 394 struct wildcard_list * section_list; member in struct:lang_wild_statement_struct
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldlang.h | 403 struct wildcard_list * section_list; member in struct:lang_wild_statement_struct
|
| /src/external/gpl3/gcc/dist/gcc/lto/ |
| lto-common.cc | 2326 struct lto_section_list section_list; local 2328 memset (§ion_list, 0, sizeof (struct lto_section_list)); 2329 section_hash_table = lto_obj_build_section_table (file, §ion_list); 2337 for (section = section_list.first; section != NULL; section = section->next) 2347 for (section = section_list.first; section != NULL; section = section->next)
|
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-common.cc | 2310 struct lto_section_list section_list; local 2312 memset (§ion_list, 0, sizeof (struct lto_section_list)); 2313 section_hash_table = lto_obj_build_section_table (file, §ion_list); 2321 for (section = section_list.first; section != NULL; section = section->next) 2331 for (section = section_list.first; section != NULL; section = section->next)
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coffcode.h | 3085 asection **section_list; 3103 section_list = (asection **) bfd_malloc (amt); 3104 if (section_list == NULL) 3110 section_list[i] = current; 3113 section_list[i] = NULL; 3115 qsort (section_list, count, sizeof (asection *), sort_by_secaddr); 3124 current = section_list[i]; 3145 free (section_list); 3084 asection **section_list; local
|
| elfnn-kvx.c | 3559 typedef struct section_list struct 3562 struct section_list *next; 3563 struct section_list *prev; 3565 section_list; typedef in typeref:struct:section_list
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffcode.h | 3078 asection **section_list; 3096 section_list = (asection **) bfd_malloc (amt); 3097 if (section_list == NULL) 3103 section_list[i] = current; 3106 section_list[i] = NULL; 3108 qsort (section_list, count, sizeof (asection *), sort_by_secaddr); 3117 current = section_list[i]; 3138 free (section_list); 3077 asection **section_list; local
|
| elfnn-kvx.c | 3558 typedef struct section_list struct 3561 struct section_list *next; 3562 struct section_list *prev; 3564 section_list; typedef in typeref:struct:section_list
|
| /src/external/gpl3/gdb/dist/bfd/ |
| coffcode.h | 3087 asection **section_list; 3105 section_list = (asection **) bfd_malloc (amt); 3106 if (section_list == NULL) 3112 section_list[i] = current; 3115 section_list[i] = NULL; 3117 qsort (section_list, count, sizeof (asection *), sort_by_secaddr); 3126 current = section_list[i]; 3147 free (section_list); 3086 asection **section_list; local
|
| elfnn-kvx.c | 3557 typedef struct section_list struct 3560 struct section_list *next; 3561 struct section_list *prev; 3563 section_list; typedef in typeref:struct:section_list
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coffcode.h | 3087 asection **section_list; 3105 section_list = (asection **) bfd_malloc (amt); 3106 if (section_list == NULL) 3112 section_list[i] = current; 3115 section_list[i] = NULL; 3117 qsort (section_list, count, sizeof (asection *), sort_by_secaddr); 3126 current = section_list[i]; 3147 free (section_list); 3086 asection **section_list; local
|
| elfnn-kvx.c | 3558 typedef struct section_list struct 3561 struct section_list *next; 3562 struct section_list *prev; 3564 section_list; typedef in typeref:struct:section_list
|
| elfnn-aarch64.c | 8459 typedef struct section_list struct 8462 struct section_list *next; 8463 struct section_list *prev; 8465 section_list; typedef in typeref:struct:section_list 8474 static section_list *sections_with_aarch64_elf_section_data = NULL; 8479 struct section_list *entry; 8492 static struct section_list * 8495 struct section_list *entry; 8496 static struct section_list *last_entry = NULL; 8529 struct section_list *entry [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| objcopy.c | 138 struct section_list 140 struct section_list *next; /* Next section to change. */ 165 static struct section_list *change_sections; 955 static struct section_list * 958 struct section_list *p, *match = NULL; 1025 p = (struct section_list *) xmalloc (sizeof (struct section_list)); 1359 struct section_list *p; 1360 struct section_list *q; 2955 struct section_list *pset 137 struct section_list struct [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objcopy.c | 139 struct section_list 141 struct section_list *next; /* Next section to change. */ 166 static struct section_list *change_sections; 946 static struct section_list * 949 struct section_list *p, *match = NULL; 1016 p = (struct section_list *) xmalloc (sizeof (struct section_list)); 1350 struct section_list *p; 1351 struct section_list *q; 2950 struct section_list *pset 138 struct section_list struct [all...] |