Searched refs:ELi_ALIGN (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | loader_subset.c | 39 u32 ELi_ALIGN( u32 addr, u32 align_size); 40 u32 ELi_ALIGN( u32 addr, u32 align_size) in ELi_ALIGN() function 62 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopySymStrToBuffer() 85 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopyShStrToBuffer() 119 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopySymToBuffer() 149 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopySectionToBuffer() 180 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_AllocSectionToBuffer()
|
| D | insertsection.c | 28 extern u32 ELi_ALIGN( u32 addr, u32 align_size); 158 u32 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); 200 buf_shdr = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4);
|
| D | elf_loader.c | 33 extern u32 ELi_ALIGN( u32 addr, u32 align_size); 423 CurrentShdrEx->loaded_adr = ELi_ALIGN( (u32)(ElfHandle->buf_current), 4); in ELi_LoadObject() 437 u32 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_LoadObject() 617 buf_shdr = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_LoadObject()
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | loader_subset.c | 90 static u32 ELi_ALIGN( u32 addr, u32 align_size); 91 u32 ELi_ALIGN( u32 addr, u32 align_size) in ELi_ALIGN() function 174 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), 4); in ELi_CopyVeneerToBuffer() 233 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), 4); in ELi_CopyV4tVeneerToBuffer() 269 load_start = ELi_ALIGN( Phdr->p_vaddr, Phdr->p_align); in ELi_CopySegmentToBuffer() 296 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), (Shdr->sh_addralign)); in ELi_CopySectionToBuffer() 331 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), (Shdr->sh_addralign)); in ELi_AllocSectionToBuffer()
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | loader_subset.c | 40 static u32 ELi_ALIGN( u32 addr, u32 align_size); 41 u32 ELi_ALIGN( u32 addr, u32 align_size) in ELi_ALIGN() function 65 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopySectionToBuffer() 95 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_AllocSectionToBuffer()
|