Searched refs:func_offset (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/arch/aarch64/aarch64/ |
| H A D | db_trace.c | 553 db_expr_t func_offset; variable 562 sym = db_search_symbol(pc, DB_STGY_ANY, &func_offset); 564 func_entry = pc - func_offset;
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-macho.c | 2077 unsigned int func_offset; in dump_exe_compact_unwind() local 2081 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind() 2085 i, func_offset, level2_offset, lsda_offset); in dump_exe_compact_unwind() 2093 unsigned int func_offset; in dump_exe_compact_unwind() local 2098 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind() 2154 func_offset + en_func, enc_idx); in dump_exe_compact_unwind()
|
| H A D | readelf.c | 21751 static uint64_t func_offset = 0; in print_gnu_build_attribute_description() local 21776 if (func_end > func_offset) in print_gnu_build_attribute_description() 21778 " to %#" PRIx64 "\n"), func_offset, func_end); in print_gnu_build_attribute_description() 21781 "\n"), func_offset); in print_gnu_build_attribute_description() 21844 func_offset = start; in print_gnu_build_attribute_description()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | od-macho.c | 2076 unsigned int func_offset; in dump_exe_compact_unwind() local 2080 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind() 2084 i, func_offset, level2_offset, lsda_offset); in dump_exe_compact_unwind() 2092 unsigned int func_offset; in dump_exe_compact_unwind() local 2097 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind() 2153 func_offset + en_func, enc_idx); in dump_exe_compact_unwind()
|
| H A D | readelf.c | 20975 static unsigned long func_offset = 0; in print_gnu_build_attribute_description() local 20999 if (func_end > func_offset) in print_gnu_build_attribute_description() 21000 printf (_(" Applies to region from %#lx to %#lx\n"), func_offset, func_end); in print_gnu_build_attribute_description() 21002 printf (_(" Applies to region from %#lx\n"), func_offset); in print_gnu_build_attribute_description() 21064 func_offset = start; in print_gnu_build_attribute_description()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hsa-brig.c | 2509 BrigCodeOffset32_t *func_offset = function_offsets->get (p.function_decl); in hsa_output_brig() local 2510 gcc_assert (*func_offset); in hsa_output_brig() 2514 code_ref->ref = lendian32 (*func_offset); in hsa_output_brig()
|