Home
last modified time | relevance | path

Searched refs:global_addr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp715 StructuredData::ObjectSP report, addr_t &global_addr, in GetLocationDescription() argument
732 global_addr = loc->GetAsDictionary() in GetLocationDescription()
736 global_name = GetSymbolNameFromAddress(process_sp, global_addr); in GetLocationDescription()
739 global_name.c_str(), global_addr); in GetLocationDescription()
741 result = Sprintf("0x%llx is a global variable", global_addr); in GetLocationDescription()
745 GetSymbolDeclarationFromAddress(process_sp, global_addr, decl); in GetLocationDescription()
825 addr_t global_addr = 0; in NotifyBreakpointHit() local
830 report, global_addr, global_name, location_filename, location_line); in NotifyBreakpointHit()
833 if (global_addr != 0) { in NotifyBreakpointHit()
834 report->GetAsDictionary()->AddIntegerItem("global_address", global_addr); in NotifyBreakpointHit()
H A DInstrumentationRuntimeTSan.h67 lldb::addr_t &global_addr,
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c1301 u32 global_offsize, global_addr; in ecore_mfw_process_tlv_req() local
1308 global_addr = SECTION_ADDR(global_offsize, 0); in ecore_mfw_process_tlv_req()
1309 addr = global_addr + OFFSETOF(struct public_global, data_ptr); in ecore_mfw_process_tlv_req()
1311 size = ecore_rd(p_hwfn, p_ptt, global_addr + in ecore_mfw_process_tlv_req()
H A Decore_mcp.c1951 u32 addr, global_offsize, global_addr; in ecore_mcp_mdump_get_info() local
1960 global_addr = SECTION_ADDR(global_offsize, 0); in ecore_mcp_mdump_get_info()
1962 global_addr + in ecore_mcp_mdump_get_info()
H A Decore_dev.c5538 u32 addr, global_offsize, global_addr; in ecore_hw_info_port_num() local
5543 global_addr = SECTION_ADDR(global_offsize, 0); in ecore_hw_info_port_num()
5544 addr = global_addr + OFFSETOF(struct public_global, max_ports); in ecore_hw_info_port_num()