| /freebsd-12-stable/sys/dev/ipmi/ |
| D | ipmi_smbios.c | 60 uint64_t base_address; member 107 info->address = IPMI_BAR_ADDR(s->base_address) | in smbios_ipmi_info() 109 info->io_mode = IPMI_BAR_MODE(s->base_address); in smbios_ipmi_info() 126 if ((s->base_address & 0xffffffffffffff00) != 0) { in smbios_ipmi_info() 131 info->address = IPMI_BAR_ADDR(s->base_address); in smbios_ipmi_info()
|
| /freebsd-12-stable/gnu/usr.bin/gdb/kgdb/ |
| D | kld.c | 51 CORE_ADDR base_address; member 310 curr_addr = so->lm_info->base_address; in kld_relocate_section_addresses() 367 new->lm_info->base_address = 0; in kld_current_sos() 409 new->lm_info->base_address = read_pointer(kld + off_address); in kld_current_sos() 410 if (new->lm_info->base_address == 0) { in kld_current_sos()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_win.cpp | 463 uptr base_address; member 470 if (l->base_address < r->base_address) in CompareModulesBase() 472 return l->base_address > r->base_address; in CompareModulesBase() 487 module_infos[i].base_address = modules[i].ranges().front()->beg; in DumpProcessMap() 496 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, in DumpProcessMap() 663 uptr base_address = (uptr)mi.lpBaseOfDll; in init() local 672 uptr adjusted_base = base_address - preferred_base; in init() 678 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
|
| D | sanitizer_common.cpp | 129 void LoadedModule::set(const char *module_name, uptr base_address) { in set() argument 132 base_address_ = base_address; in set() 135 void LoadedModule::set(const char *module_name, uptr base_address, in set() argument 138 set(module_name, base_address); in set()
|
| D | sanitizer_procmaps_common.cpp | 140 uptr base_address = (i ? segment.start : 0) - segment.offset; in DumpListOfModules() local 142 cur_module.set(cur_name, base_address); in DumpListOfModules()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | dwarf2loc.c | 63 CORE_ADDR base_address = baton->base_address + base_offset; in find_location_expression() local 82 base_address = high; in find_location_expression() 87 low += base_address; in find_location_expression() 88 high += base_address; in find_location_expression()
|
| D | dwarf2loc.h | 51 CORE_ADDR base_address; member
|
| /freebsd-12-stable/sys/dev/ichwd/ |
| D | ichwd.c | 628 uint32_t base_address; in ichwd_identify() local 658 base_address = pci_read_config(ich, ICH_RCBA, 4); in ichwd_identify() 660 (base_address & 0xffffc000) + ICH_GCS_OFFSET, in ichwd_identify() 669 base_address = pci_read_config(ich, ICH_PBASE, 4); in ichwd_identify() 671 (base_address & 0xfffffe00) + ICH_PMC_OFFSET, in ichwd_identify() 687 base_address = pci_read_config(smb, ICH_TCOBASE, 4); in ichwd_identify() 689 base_address & ICH_TCOBASE_ADDRMASK, ICH_TCOBASE_SIZE); in ichwd_identify()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | DynamicLoader.h | 244 virtual bool GetSharedCacheInformation(lldb::addr_t &base_address, UUID &uuid, in GetSharedCacheInformation() argument 247 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | Symbol.cpp | 264 const Address &base_address = m_addr_range.GetBaseAddress(); in GetPrologueByteSize() local 265 Function *function = base_address.CalculateSymbolContextFunction(); in GetPrologueByteSize() 272 ModuleSP module_sp(base_address.GetModule()); in GetPrologueByteSize() 276 base_address, eSymbolContextLineEntry, sc); in GetPrologueByteSize() 282 Address addr(base_address); in GetPrologueByteSize()
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-dfa.h | 458 uint64_t base_address; /**< LLM start address of the graph */ member 544 address.u64 = graph->base_address + source_node * CVMX_DFA_NODESM_SIZE + match_index * 4; in cvmx_dfa_write_edge_sm() 590 address.u64 = graph->base_address + source_node * CVMX_DFA_NODELG_SIZE + (uint64_t)match * 4; in cvmx_dfa_write_node_lg() 732 command.s.base = graph->base_address>>10; in cvmx_dfa_submit()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-data-ref.c | 1062 tree base_address = NULL_TREE, evolution, step = NULL_TREE; in analyze_indirect_ref() local 1094 base_address = init; in analyze_indirect_ref() 1113 return init_data_ref (stmt, ref, NULL_TREE, access_fn, is_read, base_address, in analyze_indirect_ref() 1127 tree base_address, in init_data_ref() argument 1156 DR_BASE_ADDRESS (res) = base_address; in init_data_ref() 1439 tree oprnd0, oprnd1, base_address, offset_expr, base_addr0, base_addr1; in address_analysis() local 1508 base_address = object_analysis (TREE_OPERAND (expr, 0), stmt, is_read, in address_analysis() 1511 return base_address; in address_analysis() 1600 tree base = NULL_TREE, base_address = NULL_TREE; in object_analysis() local 1734 base_address = build_fold_addr_expr (memref); in object_analysis() [all …]
|
| D | tree-data-ref.h | 48 tree base_address; member 124 #define DR_BASE_ADDRESS(DR) (DR)->first_location.base_address
|
| D | tree-ssa.c | 756 tree lhs, base_address; in verify_ssa() local 759 base_address = get_base_address (lhs); in verify_ssa() 761 if (base_address in verify_ssa() 762 && SSA_VAR_P (base_address) in verify_ssa()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| D | EmulateInstructionMIPS.cpp | 1592 uint32_t base_address = ReadRegisterUnsigned( in Emulate_SWM16_32() local 1598 base_address = base_address + offset; in Emulate_SWM16_32() 1634 if (!WriteMemory(context, base_address, buffer, reg_info_src.byte_size)) in Emulate_SWM16_32() 1638 base_address = base_address + reg_info_src.byte_size; in Emulate_SWM16_32() 1656 uint32_t base_address = ReadRegisterUnsigned( in Emulate_LWSP() local 1661 base_address = base_address + imm5; in Emulate_LWSP() 1668 base_address); in Emulate_LWSP() 1680 context.SetAddress(base_address); in Emulate_LWSP() 1711 uint32_t base_address = ReadRegisterUnsigned( in Emulate_LWM16_32() local 1716 base_address = base_address + imm; in Emulate_LWM16_32() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectSource.cpp | 397 const Address &base_address = sc.symbol->GetAddressRef(); in DumpLinesInFunctions() local 398 Function *function = base_address.CalculateSymbolContextFunction(); in DumpLinesInFunctions() 423 const Address &base_address = range.GetBaseAddress(); in DumpLinesInFunctions() local 425 lldb::addr_t start_addr = base_address.GetLoadAddress(target); in DumpLinesInFunctions() 427 start_addr = base_address.GetFileAddress(); in DumpLinesInFunctions() 954 const Address &base_address = sc.symbol->GetAddressRef(); in DoExecute() local 955 Function *function = base_address.CalculateSymbolContextFunction(); in DoExecute()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | dwarf.c | 1166 debug_info_p->base_address = uvalue; in read_and_display_attr_value() 1640 debug_information [unit].base_address = 0; in process_debug_info() 2378 unsigned long base_address; in display_debug_loc() local 2391 base_address = debug_information [i].base_address; in display_debug_loc() 2436 base_address = end; in display_debug_loc() 2460 offset, begin + base_address, end + base_address); in display_debug_loc() 2747 unsigned long base_address; in display_debug_ranges() local 2756 base_address = debug_information [i].base_address; in display_debug_ranges() 2789 base_address = end; in display_debug_ranges() 2796 offset, begin + base_address, end + base_address); in display_debug_ranges()
|
| D | dwarf.h | 77 unsigned long base_address; member
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | deffile.h | 60 bfd_vma base_address; /* (bfd_vma)(-1) if unspecified */ member
|
| D | deffilep.y | 274 rv->base_address = (bfd_vma) -1; in def_file_empty() 395 if (def->base_address != (bfd_vma) -1) in def_file_print() 396 fprintf (file, " base address: 0x%08x\n", def->base_address); in def_file_print() 674 def->base_address = base; in def_image_name()
|
| /freebsd-12-stable/sys/dev/igc/ |
| D | igc_i225.c | 771 u16 base_address = 0x0; in igc_update_flash_i225() local 806 base_address = 0x1000; in igc_update_flash_i225() 811 base_address); in igc_update_flash_i225() 817 current_offset = base_address; in igc_update_flash_i225()
|
| /freebsd-12-stable/sys/dev/sfxge/common/ |
| D | ef10_tlv_layout.h | 193 uint8_t base_address[6]; member 501 uint8_t base_address[6]; member
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/stats/ |
| D | stats.cpp | 74 WriteLE(stats_fd, s->addr - mod->base_address()); in WriteModuleReport()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| D | lsan_common_linux.cpp | 36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | dwarf2.c | 213 bfd_vma base_address; member 1617 bfd_vma base_address = unit->base_address; in read_rangelist() local 1648 base_address = high_pc; in read_rangelist() 1650 arange_add (unit->abfd, arange, base_address + low_pc, base_address + high_pc); in read_rangelist() 2006 unit->base_address = low_pc; in parse_comp_unit()
|