| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| jit-reader-host.c | 61 char *code_end = code; local 66 memcpy (code_end, jit_function_stack_mangle_code, 69 = (jit_function_stack_mangle_t *) code_end; 70 symfile->function_stack_mangle.begin = code_end; 71 code_end += sizeof (jit_function_stack_mangle_code); 72 symfile->function_stack_mangle.end = code_end; 75 memcpy (code_end, jit_function_add_code, sizeof (jit_function_add_code)); 76 jit_function_add_t *function_add = (jit_function_add_t *) code_end; 77 symfile->function_add.begin = code_end; 78 code_end += sizeof (jit_function_add_code) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| jit-reader-host.c | 61 char *code_end = code; local 66 memcpy (code_end, jit_function_stack_mangle_code, 69 = (jit_function_stack_mangle_t *) code_end; 70 symfile->function_stack_mangle.begin = code_end; 71 code_end += sizeof (jit_function_stack_mangle_code); 72 symfile->function_stack_mangle.end = code_end; 75 memcpy (code_end, jit_function_add_code, sizeof (jit_function_add_code)); 76 jit_function_add_t *function_add = (jit_function_add_t *) code_end; 77 symfile->function_add.begin = code_end; 78 code_end += sizeof (jit_function_add_code) [all...] |
| /src/external/gpl3/binutils/dist/bfd/doc/ |
| chew.c | 124 int code_end; member in struct:dict_struct 1223 for (i = 0; i < ptr->code_end - 1; i ++) 1286 new_d->code_end = 0; 1293 if (entry->code_end == entry->code_length) 1299 entry->code[entry->code_end] = word; 1301 return entry->code_end++;
|
| /src/external/gpl3/binutils.old/dist/bfd/doc/ |
| chew.c | 124 int code_end; member in struct:dict_struct 1223 for (i = 0; i < ptr->code_end - 1; i ++) 1286 new_d->code_end = 0; 1293 if (entry->code_end == entry->code_length) 1299 entry->code[entry->code_end] = word; 1301 return entry->code_end++;
|
| /src/external/gpl3/gdb/dist/bfd/doc/ |
| chew.c | 124 int code_end; member in struct:dict_struct 1223 for (i = 0; i < ptr->code_end - 1; i ++) 1286 new_d->code_end = 0; 1293 if (entry->code_end == entry->code_length) 1299 entry->code[entry->code_end] = word; 1301 return entry->code_end++;
|
| /src/external/gpl3/gdb.old/dist/bfd/doc/ |
| chew.c | 124 int code_end; member in struct:dict_struct 1239 for (i = 0; i < ptr->code_end - 1; i ++) 1302 new_d->code_end = 0; 1309 if (entry->code_end == entry->code_length) 1315 entry->code[entry->code_end] = word; 1317 return entry->code_end++;
|
| /src/tests/lib/libnvmm/ |
| h_io_assist.c | 278 uint8_t *code_end; member in struct:test 290 size = (size_t)test->code_end - (size_t)test->code_begin;
|
| h_mem_assist.c | 131 uint8_t *code_end; member in struct:test 143 size = (size_t)test->code_end - (size_t)test->code_begin;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| toplev.cc | 524 targetm.asm_out.code_end ();
|
| target.def | 741 (code_end,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| toplev.cc | 521 targetm.asm_out.code_end ();
|
| target.def | 741 (code_end,
|