Home
last modified time | relevance | path

Searched refs:OSAPI_CPUCOPY8 (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/build/libraries/el/common/include/
Del_config.h46 #define OSAPI_CPUCOPY8 MI_CpuCopy8 macro
/TwlSDK-5.4/build/libraries/el/common/src/
Dloader_subset.c201 OSAPI_CPUCOPY8( el_veneer, (u32*)load_start, sh_size); in ELi_CopyVeneerToBuffer()
265 OSAPI_CPUCOPY8( el_veneer_t, (u32*)load_start, sh_size); in ELi_CopyV4tVeneerToBuffer()
560 OSAPI_CPUCOPY8( sym_str, UnresolvedInfo.sym_str, copy_size); in ELi_RelocateSym()
573 OSAPI_CPUCOPY8( &UnresolvedInfo, UnrEnt, copy_size); in ELi_RelocateSym()
600 OSAPI_CPUCOPY8( &UnresolvedInfo, UnrEnt, copy_size); in ELi_RelocateSym()
679 OSAPI_CPUCOPY8( sym_str, ExportAdrEntry->name, copy_size); in ELi_GoPublicGlobalSym()
756 OSAPI_CPUCOPY8( &TestSym, &(CurrentSymEx->Sym), sizeof(TestSym)); in ELi_BuildSymList()
Delf.c149 OSAPI_CPUCOPY8( (void*)file_ptr, ehdr->e_ident, EI_NIDENT); in ELF_LoadELFHeader()
Delf_loader.c1335 OSAPI_CPUCOPY8( (void*)(file_base + file_offset), in ELi_ReadMem()