| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_symbolizer_mac.cpp | 153 uptr *start_address) { in ParseCommandOutput() argument 194 if (start_address) *start_address = addr - offset; in ParseCommandOutput() 212 uptr start_address = AddressInfo::kUnknown; in SymbolizePC() local 214 &stack->info.file, &line, &start_address)) { in SymbolizePC() 220 if (start_address == AddressInfo::kUnknown) { in SymbolizePC() 226 start_address = reinterpret_cast<uptr>(info.dli_saddr); in SymbolizePC() 232 if (start_address != AddressInfo::kUnknown && addr >= start_address) { in SymbolizePC() 233 stack->info.function_offset = addr - start_address; in SymbolizePC()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ihex.c | 254 abfd->start_address = 0; in ihex_scan() 382 if (abfd->start_address == 0) in ihex_scan() 383 abfd->start_address = addr; in ihex_scan() 417 abfd->start_address += (HEX4 (buf) << 4) + HEX4 (buf + 4); in ihex_scan() 454 abfd->start_address += HEX4 (buf) << 16; in ihex_scan() 456 abfd->start_address = (HEX4 (buf) << 16) + HEX4 (buf + 4); in ihex_scan() 871 if (abfd->start_address != 0) in ihex_write_object_contents() 876 start = abfd->start_address; in ihex_write_object_contents()
|
| H A D | elf32-ft32.c | 660 bfd_vma start_address; in elf32_ft32_adjust_diff_reloc_value() local 695 start_address = sym1_address < sym2_address ? sym1_address : sym2_address; in elf32_ft32_adjust_diff_reloc_value() 698 if (shrinked_insn_address >= start_address in elf32_ft32_adjust_diff_reloc_value()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ihex.c | 254 abfd->start_address = 0; in ihex_scan() 382 if (abfd->start_address == 0) in ihex_scan() 383 abfd->start_address = addr; in ihex_scan() 417 abfd->start_address += (HEX4 (buf) << 4) + HEX4 (buf + 4); in ihex_scan() 454 abfd->start_address += HEX4 (buf) << 16; in ihex_scan() 456 abfd->start_address = (HEX4 (buf) << 16) + HEX4 (buf + 4); in ihex_scan() 871 if (abfd->start_address != 0) in ihex_write_object_contents() 876 start = abfd->start_address; in ihex_write_object_contents()
|
| H A D | format.c | 113 bfd_vma start_address; member 141 preserve->start_address = abfd->start_address; in bfd_preserve_save() 200 abfd->start_address = 0; in bfd_reinit() 222 abfd->start_address = preserve->start_address; in bfd_preserve_restore()
|
| H A D | elf32-ft32.c | 660 bfd_vma start_address; in elf32_ft32_adjust_diff_reloc_value() local 695 start_address = sym1_address < sym2_address ? sym1_address : sym2_address; in elf32_ft32_adjust_diff_reloc_value() 698 if (shrinked_insn_address >= start_address in elf32_ft32_adjust_diff_reloc_value()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_mac.cc | 85 uptr *start_address) { in ParseCommandOutput() argument 126 if (start_address) *start_address = addr - offset; in ParseCommandOutput()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_symbolizer_mac.cc | 83 uptr *start_address) { in ParseCommandOutput() argument 124 if (start_address) *start_address = addr - offset; in ParseCommandOutput()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | dw2gencfi.c | 383 symbolS *start_address; member 458 fde->start_address = label; in cfi_new_fde() 1846 cie->start_address = symbol_temp_new_now (); in output_cie() 1993 exp.X_op_symbol = cie->start_address; in output_fde() 1999 TC_DWARF2_EMIT_OFFSET (cie->start_address, offset_size); in output_fde() 2015 fde->start_address, 0, howto->pc_relative, code); in output_fde() 2022 exp.X_add_symbol = fde->start_address; in output_fde() 2027 exp.X_add_symbol = fde->start_address; in output_fde() 2040 exp.X_add_symbol = fde->start_address; in output_fde() 2047 exp.X_op_symbol = fde->start_address; /* Code length. */ in output_fde() [all …]
|
| H A D | dw2gencfi.h | 185 symbolS *start_address; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Module.cc | 670 uint64_t start_address, uint64_t address, int64_t &inst_size) in get_disasm() argument 672 return disasm->get_disasm (inst_address, end_address, start_address, in get_disasm() 1147 uint64_t start_address = func->img_offset; in getAddrs() local 1148 uint64_t end_address = start_address + func->size; in getAddrs() 1156 for (uint64_t inst_address = start_address; inst_address < end_address;) in getAddrs() 1158 char *s = disasm->get_disasm (inst_address, end_address, start_address, in getAddrs() 1161 addrs->append (inst_address - start_address); in getAddrs() 1341 uint64_t start_address, end_address; in set_dis_data() local 1359 start_address = objStabs ? in set_dis_data() 1361 end_address = start_address + fitem->size; in set_dis_data() [all …]
|
| H A D | Disasm.h | 49 uint64_t start_address, uint64_t f_offset, int64_t &inst_size);
|
| H A D | ClassFile.h | 39 uint64_t start_address, uint64_t f_offset,
|
| H A D | Disasm.cc | 289 uint64_t start_address, uint64_t f_offset, int64_t &inst_size) in get_disasm() argument 303 dw->get_data (f_offset + (inst_address - start_address), in get_disasm()
|
| H A D | ClassFile.cc | 1583 uint64_t start_address, uint64_t f_offset, int64_t &inst_size) in get_disasm() argument 1585 int64_t offset = f_offset + (inst_address - start_address); in get_disasm() 1593 if ((inst_address - start_address) > MAX_CLASS_SIZE) in get_disasm() 1597 (end_address - start_address)); in get_disasm() 1607 inst_size = printCodeSequence (&sb, inst_address - start_address, in); in get_disasm()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | dw2gencfi.c | 389 symbolS *start_address; member 464 fde->start_address = label; in cfi_new_fde() 1827 cie->start_address = symbol_temp_new_now (); in output_cie() 1974 exp.X_op_symbol = cie->start_address; in output_fde() 1980 TC_DWARF2_EMIT_OFFSET (cie->start_address, offset_size); in output_fde() 1996 fde->start_address, 0, howto->pc_relative, code); in output_fde() 2003 exp.X_add_symbol = fde->start_address; in output_fde() 2008 exp.X_add_symbol = fde->start_address; in output_fde() 2021 exp.X_add_symbol = fde->start_address; in output_fde() 2028 exp.X_op_symbol = fde->start_address; /* Code length. */ in output_fde() [all …]
|
| H A D | dw2gencfi.h | 160 symbolS *start_address; member
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Module.cc | 670 uint64_t start_address, uint64_t address, int64_t &inst_size) in get_disasm() argument 672 return disasm->get_disasm (inst_address, end_address, start_address, in get_disasm() 1147 uint64_t start_address = func->img_offset; in getAddrs() local 1148 uint64_t end_address = start_address + func->size; in getAddrs() 1156 for (uint64_t inst_address = start_address; inst_address < end_address;) in getAddrs() 1158 char *s = disasm->get_disasm (inst_address, end_address, start_address, in getAddrs() 1161 addrs->append (inst_address - start_address); in getAddrs() 1341 uint64_t start_address, end_address; in set_dis_data() local 1359 start_address = objStabs ? in set_dis_data() 1361 end_address = start_address + fitem->size; in set_dis_data() [all …]
|
| H A D | ClassFile.h | 39 uint64_t start_address, uint64_t f_offset,
|
| H A D | Disasm.h | 49 uint64_t start_address, uint64_t f_offset, int64_t &inst_size);
|
| H A D | Disasm.cc | 303 uint64_t start_address, uint64_t f_offset, int64_t &inst_size) in get_disasm() argument 317 dw->get_data (f_offset + (inst_address - start_address), in get_disasm()
|
| H A D | ClassFile.cc | 1583 uint64_t start_address, uint64_t f_offset, int64_t &inst_size) in get_disasm() argument 1585 int64_t offset = f_offset + (inst_address - start_address); in get_disasm() 1593 if ((inst_address - start_address) > MAX_CLASS_SIZE) in get_disasm() 1597 (long long) (end_address - start_address)); in get_disasm() 1607 inst_size = printCodeSequence (&sb, inst_address - start_address, in); in get_disasm()
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| H A D | kexec.h | 101 unsigned long start_address; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | objdump.c | 114 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */ variable 3474 if (start_address == (bfd_vma) -1 in disassemble_section() 3475 || start_address < section->vma) in disassemble_section() 3478 addr_offset = start_address - section->vma; in disassemble_section() 4428 bfd_printf_vma (abfd, abfd->start_address); in dump_bfd_header() 4685 if (start_address == (bfd_vma) -1 in dump_section() 4686 || start_address < section->vma) in dump_section() 4689 start_offset = start_address - section->vma; in dump_section() 4922 if (start_address != (bfd_vma) -1 in dump_reloc_set() 4923 && q->address < start_address) in dump_reloc_set() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | objdump.c | 120 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */ variable 3727 if (start_address == (bfd_vma) -1 in disassemble_section() 3728 || start_address < section->vma) in disassemble_section() 3731 addr_offset = start_address - section->vma; in disassemble_section() 4697 bfd_printf_vma (abfd, abfd->start_address); in dump_bfd_header() 5006 if (start_address == (bfd_vma) -1 in dump_section() 5007 || start_address < section->vma) in dump_section() 5010 start_offset = start_address - section->vma; in dump_section() 5246 if (start_address != (bfd_vma) -1 in dump_reloc_set() 5247 && q->address < start_address) in dump_reloc_set() [all …]
|