Searched refs:function_add (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-reader-host.h34 /* Beginning and past-the-end for function_add. */
35 struct jithost_abi_bounds function_add; member in struct:jithost_abi
H A Djit-reader-host.c74 /* "JIT" function_add. */
76 jit_function_add_t *function_add = (jit_function_add_t *) code_end; local
77 symfile->function_add.begin = code_end;
79 symfile->function_add.end = code_end;
95 function_add (5, 6);
H A Djit-reader.c66 (GDB_CORE_ADDR) symfile->function_add.begin,
67 (GDB_CORE_ADDR) symfile->function_add.end,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-reader-host.h34 /* Beginning and past-the-end for function_add. */
35 struct jithost_abi_bounds function_add; member in struct:jithost_abi
H A Djit-reader-host.c74 /* "JIT" function_add. */
76 jit_function_add_t *function_add = (jit_function_add_t *) code_end; local
77 symfile->function_add.begin = code_end;
79 symfile->function_add.end = code_end;
95 function_add (5, 6);
H A Djit-reader.c66 (GDB_CORE_ADDR) symfile->function_add.begin,
67 (GDB_CORE_ADDR) symfile->function_add.end,

Completed in 133 milliseconds