Home
last modified time | relevance | path

Searched refs:ptr (Results 1 – 7 of 7) sorted by relevance

/Renode-v1.15.3-c57714d/tools/packaging/linux_portable/
Dadditional.c36 static char* get_name(void* ptr) { in get_name() argument
38 if (list_ptrs[i] == ptr) { in get_name()
162 MonoBundledAssembly **ptr = (MonoBundledAssembly **) compressed; in GetBundlesCount() local
164 while (*ptr++ != NULL) { in GetBundlesCount()
/Renode-v1.15.3-c57714d/tools/tlib_helper/
Dgdbscript.py250 def read_host_byte(ptr): argument
254 def read_guest_bytes(ptr, len): argument
257 b.append(read_guest_byte(ptr + i))
261 def read_guest_byte(ptr): argument
265 def decode_sleb128(ptr): argument
274 byte = read_host_byte(ptr)
275 ptr += 1
287 return val, ptr
337 def disassemble_instruction(ptr): argument
342 opcode = read_guest_bytes(ptr, 4)
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dtb_overwrite.robot37 ${ptr}= Set Variable 0x2000
38 ${tmp_ptr}= Set Variable ${ptr}
40 Execute Command sysbus.cpu SetRegister ${a0} ${ptr}
Dllvm-asm-disasm.robot325 …RoundTrip BE 6b7b0c14 imul edi, dword ptr [ebx + 12], 20 …
328 …RoundTrip BE 66890cc516a9fd00 mov word ptr [8*eax + 16623894], cx 8 a …
343 …RoundTrip BE 676b7b0c14 imul edi, dword ptr [ebx + 12], 20 5 …
346 …RoundTrip BE 48890cc516a9fd00 mov qword ptr [8*rax + 16623894], rcx 8 …
348 …RoundTrip BE 65488b06 mov rax, qword ptr gs:[rsi] …
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_bus.cpp278 extern void handleMainMessage(void* ptr);
279 extern void handleSenderMessage(void* ptr);
280 extern void receive(void* ptr);
Drenode_cfu.cpp68 extern void handleSenderMessage(void* ptr);
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c84 static void xcleanup(void *ptr) in xcleanup() argument
86 free(*(void**)ptr); in xcleanup()