Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/el/common/include/
Del_config.h46 #define OSAPI_CPUCOPY8 MI_CpuCopy8 macro
/TwlSDK-5.1.0/build/libraries/el/common/src/
Dloader_subset.c180 OSAPI_CPUCOPY8( el_veneer, (u32*)load_start, sh_size); in ELi_CopyVeneerToBuffer()
239 OSAPI_CPUCOPY8( el_veneer_t, (u32*)load_start, sh_size); in ELi_CopyV4tVeneerToBuffer()
524 OSAPI_CPUCOPY8( sym_str, UnresolvedInfo.sym_str, copy_size); in ELi_RelocateSym()
537 OSAPI_CPUCOPY8( &UnresolvedInfo, UnrEnt, copy_size); in ELi_RelocateSym()
564 OSAPI_CPUCOPY8( &UnresolvedInfo, UnrEnt, copy_size); in ELi_RelocateSym()
643 OSAPI_CPUCOPY8( sym_str, ExportAdrEntry->name, copy_size); in ELi_GoPublicGlobalSym()
720 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.c1329 OSAPI_CPUCOPY8( (void*)(file_base + file_offset), in ELi_ReadMem()