Home
last modified time | relevance | path

Searched refs:sh_offset (Results 1 – 15 of 15) sorted by relevance

/TwlSDK-5.1.0/build/tools/bin2obj/
Doutput.c79 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()
Dobject.c143 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()
Delf.h72 u32 sh_offset; member
Dsection.c185 s->sh_offset = 0; in add_section()
/TwlSDK-5.1.0/build/tools/stripdebug/
Dloader_subset.c158 (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()
Dinsertsection.c127 CurrentShdrEx->Shdr.sh_offset = 0;
216 CurrentShdrEx->Shdr.sh_offset = (CurrentShdrEx->loaded_adr - (u32)buf);
Delf.h170 Elf32_Off sh_offset; /* Offset from the start of the file */ member
Delf.c348 file_ptr = load_elf32_word(&(shdr->sh_offset), file_ptr, endian);
Delf_loader.c374 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/
Delf.h170 Elf32_Off sh_offset; /* Offset from the start of the file */ member
Dloader_subset.c73 (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()
Delf.c350 file_ptr = load_elf32_word(&(shdr->sh_offset), file_ptr, endian);
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h184 Elf32_Off sh_offset; /* Offset from the start of the file */ member
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf.c349 file_ptr = load_elf32_word(&(shdr->sh_offset), file_ptr, endian); in ELF_LoadSectionHeader()
Dloader_subset.c305 (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()