Home
last modified time | relevance | path

Searched refs:e_shoff (Results 1 – 14 of 14) sorted by relevance

/TwlSDK-5.3.1/build/tools/bin2obj/
Dobject.c105 h->e_shoff = 0; // Fill in with correct values later in header_init()
136 h->e_shoff = roundup(offset, 4); in map_section()
137 offset = h->e_shoff + h->e_shentsize * h->e_shnum; in map_section()
203 dest->e_shoff = Be32(src->e_shoff); in conv_to_big_endian_header()
Delf.h33 u32 e_shoff; // Offset to SectionHeader table member
Doutput.c69 offset = obj->header.e_shoff; in output_object()
/TwlSDK-5.3.1/build/libraries/el/common/src/
Delf.c227 file_ptr = load_elf32_word(&(ehdr->e_shoff), file_ptr, endian); in ELF_LoadELFHeader()
228 PRINTDEBUG("e_shoff(section header offset) = 0x%08x\n",ehdr->e_shoff); in ELF_LoadELFHeader()
Dloader_subset.c406 offset = (elElfDesc->CurrentEhdr.e_shoff) + ((u32)(elElfDesc->shentsize) * index); in ELi_GetShdr()
Delf_loader.c176 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
/TwlSDK-5.3.1/build/libraries/el/common/include/
Delf.h61 Elf32_Off e_shoff; /* Offset from the start of the file to the section header table */ member
/TwlSDK-5.3.1/build/tools/makelst/
Delf.h52 Elf32_Off e_shoff; /* Offset from the start of the file to the section header table */ member
Delf_loader.c69 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
Dloader_subset.c117 offset = (ElfHandle->CurrentEhdr.e_shoff) + ((u32)(ElfHandle->shentsize) * index); in ELi_GetShdr()
/TwlSDK-5.3.1/build/tools/stripdebug/
Delf.h52 Elf32_Off e_shoff; /* Offset from the start of the file to the section header table */ member
Dinsertsection.c235 ElfHandle->CurrentEhdr.e_shoff = newelf_shoff;
Delf_loader.c89 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
664 ElfHandle->CurrentEhdr.e_shoff = newelf_shoff; in ELi_LoadObject()
Dloader_subset.c202 offset = (ElfHandle->CurrentEhdr.e_shoff) + ((u32)(ElfHandle->shentsize) * index); in ELi_GetShdr()