| /src/external/gpl3/binutils/dist/binutils/ |
| od-elf32_avr.c | 289 struct avr_property_record_list *r_list; local 292 r_list = avr_elf32_load_property_records (abfd); 293 if (r_list == NULL) 296 printf ("\nContents of `%s' section:\n\n", r_list->section->name); 298 printf (" Version: %d\n", r_list->version); 299 printf (" Flags: %#x\n\n", r_list->flags); 301 for (i = 0; i < r_list->record_count; ++i) 305 avr_elf32_property_record_name (&r_list->records [i]), 306 r_list->records [i].section->name, 307 (uint64_t) r_list->records [i].offset [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-elf32_avr.c | 289 struct avr_property_record_list *r_list; local 292 r_list = avr_elf32_load_property_records (abfd); 293 if (r_list == NULL) 296 printf ("\nContents of `%s' section:\n\n", r_list->section->name); 298 printf (" Version: %d\n", r_list->version); 299 printf (" Flags: %#x\n\n", r_list->flags); 301 for (i = 0; i < r_list->record_count; ++i) 305 avr_elf32_property_record_name (&r_list->records [i]), 306 r_list->records [i].section->name, 307 (uint64_t) r_list->records [i].offset [all...] |
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_bufs.c | 491 struct drm_map_list *r_list = NULL; local 508 r_list = list_entry(list, struct drm_map_list, head); 513 if (!r_list || !r_list->map) { 518 map->offset = r_list->map->offset; 519 map->size = r_list->map->size; 520 map->type = r_list->map->type; 521 map->flags = r_list->map->flags; 522 map->handle = (void *)(unsigned long) r_list->user_token; 523 map->mtrr = arch_phys_wc_index(r_list->map->mtrr) 542 struct drm_map_list *r_list = NULL, *list_t; local 642 struct drm_map_list *r_list, *list_temp; local 659 struct drm_map_list *r_list, *list_temp; local 685 struct drm_map_list *r_list; local [all...] |
| drm_context.c | 239 struct drm_map_list *r_list = NULL; local 246 list_for_each_entry(r_list, &dev->maplist, head) { 247 if (r_list->map 248 && r_list->user_token == (unsigned long) request->handle) 256 map = r_list->map;
|
| drm_vm.c | 127 struct drm_map_list *r_list; local 142 r_list = drm_hash_entry(hash, struct drm_map_list, hash); 143 map = r_list->map; 247 struct drm_map_list *r_list; local 271 list_for_each_entry(r_list, &dev->maplist, head) { 272 if (r_list->map == map)
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-avr.c | 2300 /* Iterate over the property records in R_LIST, and copy each record into 2305 avr_elf32_assign_records_to_sections (struct avr_property_record_list *r_list) 2309 for (i = 0; i < r_list->record_count; ++i) 2313 relax_info = get_avr_relax_info (r_list->records [i].section); 2330 &r_list->records [i], 2377 struct avr_property_record_list *r_list; 2379 r_list = avr_elf32_load_property_records (abfd); 2380 if (r_list != NULL) 2381 avr_elf32_assign_records_to_sections (r_list); 2383 free (r_list); 2376 struct avr_property_record_list *r_list; local 4018 struct avr_property_record_list *r_list = NULL; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-avr.c | 2299 /* Iterate over the property records in R_LIST, and copy each record into 2304 avr_elf32_assign_records_to_sections (struct avr_property_record_list *r_list) 2308 for (i = 0; i < r_list->record_count; ++i) 2312 relax_info = get_avr_relax_info (r_list->records [i].section); 2329 &r_list->records [i], 2376 struct avr_property_record_list *r_list; 2378 r_list = avr_elf32_load_property_records (abfd); 2379 if (r_list != NULL) 2380 avr_elf32_assign_records_to_sections (r_list); 2382 free (r_list); 2375 struct avr_property_record_list *r_list; local 4017 struct avr_property_record_list *r_list = NULL; local [all...] |
| /src/lib/libutil/ |
| login_cap.c | 415 } r_list[] = { variable in typeref:struct:__anon567 589 for (i = 0; r_list[i].name; ++i) 590 (void)gsetrl(lc, r_list[i].what, r_list[i].name, 591 r_list[i].type);
|
| /src/sys/external/bsd/drm2/dist/drm/i810/ |
| i810_dma.c | 330 struct drm_map_list *r_list; local 333 list_for_each_entry(r_list, &dev->maplist, head) { 334 if (r_list->map && 335 r_list->map->type == _DRM_SHM && 336 r_list->map->flags & _DRM_CONTAINS_LOCK) { 337 dev_priv->sarea_map = r_list->map;
|
| /src/sys/external/bsd/drm2/dist/drm/via/ |
| via_verifier.c | 263 struct drm_map_list *r_list; local 271 list_for_each_entry(r_list, &dev->maplist, head) { 272 map = r_list->map;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-avr.c | 2376 struct avr_property_record_link *r_list, **next_ptr; local 2387 r_list = NULL; 2388 next_ptr = &r_list; 2405 for (rec = r_list; rec != NULL; rec = rec->next) 2423 for (rec = r_list; rec != NULL; rec = rec->next)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-avr.c | 2376 struct avr_property_record_link *r_list, **next_ptr; local 2387 r_list = NULL; 2388 next_ptr = &r_list; 2405 for (rec = r_list; rec != NULL; rec = rec->next) 2423 for (rec = r_list; rec != NULL; rec = rec->next)
|