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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-reader-host.h31 /* Beginning and past-the-end for function_stack_mangle. */
32 struct jithost_abi_bounds function_stack_mangle; member in struct:jithost_abi
H A Djit-reader-host.c65 /* "JIT" function_stack_mangle. */
68 jit_function_stack_mangle_t *function_stack_mangle local
70 symfile->function_stack_mangle.begin = code_end;
72 symfile->function_stack_mangle.end = code_end;
94 function_stack_mangle ();
H A Djit-reader.c56 = (uintptr_t) symfile->function_stack_mangle.begin;
58 = (uintptr_t) symfile->function_stack_mangle.end;
61 (GDB_CORE_ADDR) symfile->function_stack_mangle.begin,
62 (GDB_CORE_ADDR) symfile->function_stack_mangle.end,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-reader-host.h31 /* Beginning and past-the-end for function_stack_mangle. */
32 struct jithost_abi_bounds function_stack_mangle; member in struct:jithost_abi
H A Djit-reader-host.c65 /* "JIT" function_stack_mangle. */
68 jit_function_stack_mangle_t *function_stack_mangle local
70 symfile->function_stack_mangle.begin = code_end;
72 symfile->function_stack_mangle.end = code_end;
94 function_stack_mangle ();
H A Djit-reader.c56 = (uintptr_t) symfile->function_stack_mangle.begin;
58 = (uintptr_t) symfile->function_stack_mangle.end;
61 (GDB_CORE_ADDR) symfile->function_stack_mangle.begin,
62 (GDB_CORE_ADDR) symfile->function_stack_mangle.end,

Completed in 204 milliseconds