| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_renderstate.h | 54 const struct intel_renderstate_rodata *rodata; member in struct:intel_renderstate
|
| intel_renderstate.c | 78 const struct intel_renderstate_rodata *rodata = so->rodata; local 90 while (i < rodata->batch_items) { 91 u32 s = rodata->batch[i]; 93 if (i * 4 == rodata->reloc[reloc_index]) { 97 if (i + 1 >= rodata->batch_items || 98 rodata->batch[i + 1] != 0) 111 if (rodata->reloc[reloc_index] != -1) { 117 so->batch_size = rodata->batch_items * sizeof(u32); 185 so->rodata = render_state_get_rodata(engine) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-spu.c | 402 asection *rodata; member in struct:function_info 3436 Set up function rodata section if --overlay-rodata. We don't 3437 currently include merged string constant rodata sections since 3469 be!), and SEC_CODE is clear on rodata sections. We use 3478 /* Find the rodata section corresponding to this function's 3482 name = bfd_malloc (sizeof (".rodata")); 3485 memcpy (name, ".rodata", sizeof (".rodata")); 3493 memcpy (name, ".rodata", sizeof (".rodata")) 3508 asection *rodata = NULL; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-spu.c | 402 asection *rodata; member in struct:function_info 3436 Set up function rodata section if --overlay-rodata. We don't 3437 currently include merged string constant rodata sections since 3469 be!), and SEC_CODE is clear on rodata sections. We use 3478 /* Find the rodata section corresponding to this function's 3482 name = bfd_malloc (sizeof (".rodata")); 3485 memcpy (name, ".rodata", sizeof (".rodata")); 3493 memcpy (name, ".rodata", sizeof (".rodata")) 3508 asection *rodata = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-spu.c | 402 asection *rodata; member in struct:function_info 3432 Set up function rodata section if --overlay-rodata. We don't 3433 currently include merged string constant rodata sections since 3465 be!), and SEC_CODE is clear on rodata sections. We use 3474 /* Find the rodata section corresponding to this function's 3478 name = bfd_malloc (sizeof (".rodata")); 3481 memcpy (name, ".rodata", sizeof (".rodata")); 3489 memcpy (name, ".rodata", sizeof (".rodata")) 3504 asection *rodata = NULL; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-spu.c | 402 asection *rodata; member in struct:function_info 3436 Set up function rodata section if --overlay-rodata. We don't 3437 currently include merged string constant rodata sections since 3469 be!), and SEC_CODE is clear on rodata sections. We use 3478 /* Find the rodata section corresponding to this function's 3482 name = bfd_malloc (sizeof (".rodata")); 3485 memcpy (name, ".rodata", sizeof (".rodata")); 3493 memcpy (name, ".rodata", sizeof (".rodata")) 3508 asection *rodata = NULL; local [all...] |
| /src/sys/dev/pci/ |
| if_bnxreg.h | 4694 const uint32_t *rodata; member in struct:fw_info
|