Searched refs:sh_offset (Results 1 – 15 of 15) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | output.c | 79 offset = obj->section[n].sh_offset; in output_object() 89 offset = obj->section[n].sh_offset; in output_object() 99 offset = obj->section[n].sh_offset; in output_object() 111 offset = obj->section[n].sh_offset; in output_object()
|
| D | object.c | 143 s->sh_offset = roundup(offset, s->sh_addralign); in map_section() 144 offset = s->sh_offset + s->sh_size; in map_section() 219 dest->sh_offset = Be32(src->sh_offset); in conv_to_big_endian_section()
|
| D | elf.h | 72 u32 sh_offset; member
|
| D | section.c | 185 s->sh_offset = 0; in add_section()
|
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | loader_subset.c | 158 (u32)(ElfHandle->elf_offset)+(u32)(Shdr->sh_offset), in ELi_CopySectionToBuffer() 224 (u32)(ElfHandle->elf_offset) + (u32)(Shdr.sh_offset) + offset, in ELi_GetSent() 239 offset = (u32)(Shdr->sh_offset) + ((Shdr->sh_entsize) * index); in ELi_GetEntry() 277 (u32)(ElfHandle->elf_offset) + (u32)(Shdr.sh_offset) + offset, in ELi_GetStrLen() 285 (u32)(ElfHandle->elf_offset) + (u32)(Shdr.sh_offset) + offset + count, in ELi_GetStrLen()
|
| D | insertsection.c | 127 CurrentShdrEx->Shdr.sh_offset = 0; 216 CurrentShdrEx->Shdr.sh_offset = (CurrentShdrEx->loaded_adr - (u32)buf);
|
| D | elf.h | 170 Elf32_Off sh_offset; /* Offset from the start of the file */ member
|
| D | elf.c | 348 file_ptr = load_elf32_word(&(shdr->sh_offset), file_ptr, endian);
|
| D | elf_loader.c | 374 CurrentShdrEx->Shdr.sh_offset = 0; in ELi_LoadObject() 636 CurrentShdrEx->Shdr.sh_offset = (CurrentShdrEx->loaded_adr - (u32)buf); in ELi_LoadObject()
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | elf.h | 170 Elf32_Off sh_offset; /* Offset from the start of the file */ member
|
| D | loader_subset.c | 73 (u32)(ElfHandle->elf_offset)+(u32)(Shdr->sh_offset), in ELi_CopySectionToBuffer() 139 (u32)(ElfHandle->elf_offset) + (u32)(Shdr.sh_offset) + offset, in ELi_GetSent() 154 offset = (u32)(Shdr->sh_offset) + ((Shdr->sh_entsize) * index); in ELi_GetEntry()
|
| D | elf.c | 350 file_ptr = load_elf32_word(&(shdr->sh_offset), file_ptr, endian);
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf.h | 184 Elf32_Off sh_offset; /* Offset from the start of the file */ member
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | elf.c | 349 file_ptr = load_elf32_word(&(shdr->sh_offset), file_ptr, endian); in ELF_LoadSectionHeader()
|
| D | loader_subset.c | 305 (u32)(elElfDesc->elf_offset)+(u32)(Shdr->sh_offset), in ELi_CopySectionToBuffer() 391 (u32)(elElfDesc->elf_offset) + (u32)(Shdr.sh_offset) + offset, in ELi_GetSent() 406 offset = (u32)(Shdr->sh_offset) + ((Shdr->sh_entsize) * index); in ELi_GetEntry()
|