Searched refs:data_address (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
H A Dimgact_coff.c171 unsigned long data_offset = 0, data_address = 0, data_size = 0; local
261 data_address = scns[i].s_vaddr;
276 (caddr_t)(void *)(uintptr_t)data_address,
306 unsigned long data_offset = 0, data_address = 0, data_size = 0; local
361 data_address = scns[i].s_vaddr;
450 __FILE__, __LINE__, data_offset, data_address,
454 (caddr_t)(void *)(uintptr_t)data_address,
468 vmspace->vm_daddr = (caddr_t)(void *)(uintptr_t)data_address;
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.c159 uint8_t * data_address; local
207 data_address = (uint8_t *)cvmx_phys_to_ptr(buffer_ptr.s.addr);
208 end_of_data = data_address + buffer_ptr.s.size;
210 while (data_address < end_of_data)
216 cvmx_dprintf("%02x", (unsigned int)*data_address);
217 data_address++;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp309 lldb::addr_t data_address = Malloc(value->getType()); local
311 if (data_address == LLDB_INVALID_ADDRESS)
316 m_execution_unit.WritePointerToMemory(data_address, address, write_error);
320 m_execution_unit.Free(data_address, free_error);
324 m_values[value] = data_address;
334 (unsigned long long)data_address);
417 lldb::addr_t data_address = Malloc(value->getType());
420 if (!ResolveConstant(data_address, constant)) {
422 m_execution_unit.Free(data_address, free_error);
427 m_values[value] = data_address;
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1080 lldb::addr_t data_address = valobj.GetValueAsUnsigned(LLDB_INVALID_ADDRESS); local
1081 if (data_address == LLDB_INVALID_ADDRESS)
1083 valobj_sp = ValueObject::CreateValueObjectFromAddress("text", data_address,

Completed in 175 milliseconds