Searched refs:buf_current (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.4/build/tools/stripdebug/ |
| D | insertsection.c | 64 ElfHandle->buf_current = (void*)((u32)buf + sizeof( Elf32_Ehdr)); 158 u32 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); 170 ElfHandle->buf_current = (void*)(load_start + sh_size); 184 strcpy( ElfHandle->buf_current, SPECIAL_SECTION_NAME); 188 ElfHandle->buf_current += (strlen( SPECIAL_SECTION_NAME) + 1); 200 buf_shdr = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); 201 ElfHandle->buf_current = (void*)buf_shdr;
|
| D | loader_subset.c | 62 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopySymStrToBuffer() 70 ElfHandle->buf_current = (void*)(load_start + SymStrShdrEx->str_table_size); in ELi_CopySymStrToBuffer() 85 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopyShStrToBuffer() 104 ElfHandle->buf_current = (void*)(load_start + total_size); in ELi_CopyShStrToBuffer() 119 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopySymToBuffer() 134 ElfHandle->buf_current = (void*)(load_start + total_size); in ELi_CopySymToBuffer() 149 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopySectionToBuffer() 162 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_CopySectionToBuffer() 180 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_AllocSectionToBuffer() 185 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_AllocSectionToBuffer()
|
| D | elf_loader.c | 213 ElfHandle->buf_current = (void*)new_image_pointer; in ELi_LoadLibrary() 316 ElfHandle->buf_current = (void*)((u32)buf + sizeof( Elf32_Ehdr)); in ELi_LoadObject() 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() 449 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_LoadObject() 617 buf_shdr = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_LoadObject() 618 ElfHandle->buf_current = (void*)buf_shdr; in ELi_LoadObject()
|
| D | elf_loader.h | 73 void* buf_current; /* For Loader operations */ member
|
| /TwlSDK-5.4/build/tools/makelst/ |
| D | elf_loader.h | 59 void* buf_current; /* For Loader operations */ member
|
| D | loader_subset.c | 65 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_CopySectionToBuffer() 77 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_CopySectionToBuffer() 95 load_start = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_AllocSectionToBuffer() 100 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_AllocSectionToBuffer()
|
| D | elf_loader.c | 179 ElfHandle->buf_current = buf; in ELi_LoadLibrary() 184 … result = ELi_LoadObject( ElfHandle, (void*)(image_pointer+arch_size), ElfHandle->buf_current); in ELi_LoadLibrary() 244 ElfHandle->buf_current = buf; in ELi_LoadObject()
|
| /TwlSDK-5.4/build/libraries/el/common/src/ |
| D | loader_subset.c | 190 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), 4); in ELi_CopyVeneerToBuffer() 207 MYObject->buf_current = (void*)(load_start + sh_size); in ELi_CopyVeneerToBuffer() 254 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), 4); in ELi_CopyV4tVeneerToBuffer() 271 MYObject->buf_current = (void*)(load_start + sh_size); in ELi_CopyV4tVeneerToBuffer() 322 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), (Shdr->sh_addralign)); in ELi_CopySectionToBuffer() 344 MYObject->buf_current = (void*)(load_start + sh_size); in ELi_CopySectionToBuffer() 362 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), (Shdr->sh_addralign)); in ELi_AllocSectionToBuffer() 372 MYObject->buf_current = (void*)(load_start + sh_size); in ELi_AllocSectionToBuffer()
|
| D | elf_loader.c | 445 MYObject->buf_current = buf; in ELi_LoadLibrary() 471 …ject( elElfDesc, MYObject, (void*)(image_pointer+arch_size), MYObject->buf_current, dll_fileid, el… in ELi_LoadLibrary() 490 … result = ELi_LoadObject( elElfDesc, MYObject, 0, MYObject->buf_current, dll_fileid, elf_num); in ELi_LoadLibrary() 507 MYObject->lib_size = ((u32)(MYObject->buf_current)) - ((u32)(MYObject->lib_start)); in ELi_LoadLibrary() 905 …ObjEnt->lib_size = ((u32)(ObjEnt->buf_current)) - ((u32)(ObjEnt->lib_start)); //There is the possi… in ELi_ResolveAllLibrary()
|
| /TwlSDK-5.4/build/libraries/el/common/include/ |
| D | elf_loader.h | 113 void* buf_current; /* Buffer pointer */ member
|