/netbsd/external/cddl/osnet/dev/dtrace/mips/ |
H A D | dtrace_isa.c | 525 register_t function_start; in dtrace_next_uframe() local 534 function_start = 0; in dtrace_next_uframe() 547 function_start = *pc - offset; in dtrace_next_uframe() 559 function_start = *pc - offset; in dtrace_next_uframe() 562 if (function_start) { in dtrace_next_uframe() 581 if (!function_start) in dtrace_next_uframe() 587 && ((function_start + offset) < *pc)) { in dtrace_next_uframe() 589 dtrace_fuword32((void *)(vm_offset_t)(function_start + offset)); in dtrace_next_uframe()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | gcov.c | 1193 struct function_start struct 1201 struct function_start_pair_hash : typed_noop_remove <function_start> argument 1203 typedef function_start value_type; 1204 typedef function_start compare_type; 1207 hash (const function_start &ref) in hash() 1216 equal (const function_start &ref1, const function_start &ref2) in equal() 1223 mark_deleted (function_start &ref) in mark_deleted() 1231 mark_empty (function_start &ref) in mark_empty() 1237 is_deleted (const function_start &ref) in is_deleted() 1243 is_empty (const function_start &ref) in is_empty() [all …]
|
H A D | gcov.cc | 1288 struct function_start struct 1296 struct function_start_pair_hash : typed_noop_remove <function_start> argument 1298 typedef function_start value_type; 1299 typedef function_start compare_type; 1302 hash (const function_start &ref) in hash() 1311 equal (const function_start &ref1, const function_start &ref2) in equal() 1318 mark_deleted (function_start &ref) in mark_deleted() 1326 mark_empty (function_start &ref) in mark_empty() 1332 is_deleted (const function_start &ref) in is_deleted() 1338 is_empty (const function_start &ref) in is_empty() [all …]
|
H A D | ChangeLog-2005 | 20614 * function.c (init-function_start): Likewise.
|
H A D | ChangeLog-2017 | 7770 (struct function_start): New.
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov.c | 1193 struct function_start struct 1201 struct function_start_pair_hash : typed_noop_remove <function_start> argument 1203 typedef function_start value_type; 1204 typedef function_start compare_type; 1207 hash (const function_start &ref) in hash() 1216 equal (const function_start &ref1, const function_start &ref2) in equal() 1223 mark_deleted (function_start &ref) in mark_deleted() 1231 mark_empty (function_start &ref) in mark_empty() 1237 is_deleted (const function_start &ref) in is_deleted() 1243 is_empty (const function_start &ref) in is_empty() [all …]
|
/netbsd/external/gpl3/gdb/dist/gas/config/ |
H A D | tc-tic6x.h | 52 symbolS *function_start; member
|
H A D | tc-tic6x.c | 4838 fix_new (frag_now, where, 4, unwind->function_start, 0, 1, in tic6x_output_exidx_entry() 5371 unwind->function_start = fde->start_address; in tic6x_cfi_endproc()
|
/netbsd/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tic6x.h | 52 symbolS *function_start; member
|
H A D | tc-tic6x.c | 4834 fix_new (frag_now, where, 4, unwind->function_start, 0, 1, in tic6x_output_exidx_entry() 5367 unwind->function_start = fde->start_address; in tic6x_cfi_endproc()
|
/netbsd/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tic6x.h | 52 symbolS *function_start; member
|
H A D | tc-tic6x.c | 4841 fix_new (frag_now, where, 4, unwind->function_start, 0, 1, in tic6x_output_exidx_entry() 5374 unwind->function_start = fde->start_address; in tic6x_cfi_endproc()
|
/netbsd/external/gpl3/gdb.old/dist/gas/config/ |
H A D | tc-tic6x.h | 52 symbolS *function_start; member
|
H A D | tc-tic6x.c | 4838 fix_new (frag_now, where, 4, unwind->function_start, 0, 1, in tic6x_output_exidx_entry() 5371 unwind->function_start = fde->start_address; in tic6x_cfi_endproc()
|