Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp716 StructuredData::ObjectSP report, addr_t &global_addr, in GetLocationDescription() argument
733 global_addr = loc->GetAsDictionary() in GetLocationDescription()
737 global_name = GetSymbolNameFromAddress(process_sp, global_addr); in GetLocationDescription()
740 global_name.c_str(), global_addr); in GetLocationDescription()
742 result = Sprintf("0x%llx is a global variable", global_addr); in GetLocationDescription()
746 GetSymbolDeclarationFromAddress(process_sp, global_addr, decl); in GetLocationDescription()
826 addr_t global_addr = 0; in NotifyBreakpointHit() local
831 report, global_addr, global_name, location_filename, location_line); in NotifyBreakpointHit()
834 if (global_addr != 0) { in NotifyBreakpointHit()
835 report->GetAsDictionary()->AddIntegerItem("global_address", global_addr); in NotifyBreakpointHit()
DInstrumentationRuntimeTSan.h71 lldb::addr_t &global_addr,
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_mng_tlv.c1304 u32 global_offsize, global_addr; in ecore_mfw_process_tlv_req() local
1311 global_addr = SECTION_ADDR(global_offsize, 0); in ecore_mfw_process_tlv_req()
1312 addr = global_addr + OFFSETOF(struct public_global, data_ptr); in ecore_mfw_process_tlv_req()
1314 size = ecore_rd(p_hwfn, p_ptt, global_addr + in ecore_mfw_process_tlv_req()
Decore_mcp.c1953 u32 addr, global_offsize, global_addr; in ecore_mcp_mdump_get_info() local
1962 global_addr = SECTION_ADDR(global_offsize, 0); in ecore_mcp_mdump_get_info()
1964 global_addr + in ecore_mcp_mdump_get_info()
Decore_dev.c5542 u32 addr, global_offsize, global_addr; in ecore_hw_info_port_num() local
5547 global_addr = SECTION_ADDR(global_offsize, 0); in ecore_hw_info_port_num()
5548 addr = global_addr + OFFSETOF(struct public_global, max_ports); in ecore_hw_info_port_num()