Home
last modified time | relevance | path

Searched refs:e_shstrndx (Results 1 – 13 of 13) sorted by relevance

/TwlSDK-5.1.0/build/tools/stripdebug/
Dinsertsection.c93 ELi_GetStrAdr( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx,
100 …length = ELi_GetStrLen( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx, CurrentShdrEx->Shdr.sh_name …
107 ELi_GetStrAdr( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx,
113 if( i == ElfHandle->CurrentEhdr.e_shstrndx){
183 (i == ElfHandle->CurrentEhdr.e_shstrndx)) {
Delf_loader.c343 ELi_GetStrAdr( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx, in ELi_LoadObject()
350 …length = ELi_GetStrLen( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx, CurrentShdrEx->Shdr.sh_name)… in ELi_LoadObject()
357 ELi_GetStrAdr( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx, in ELi_LoadObject()
599 if( i == ElfHandle->CurrentEhdr.e_shstrndx) { //Section name string table section in ELi_LoadObject()
662 ElfHandle->CurrentEhdr.e_shstrndx = shdr_table[ElfHandle->CurrentEhdr.e_shstrndx]; in ELi_LoadObject()
Delf.h59 Elf32_Half e_shstrndx; /* Index into the table section with strings for the section names */ member
Dloader_subset.c465 ELi_GetStrAdr( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx, in ELi_ShdrIsDebug()
/TwlSDK-5.1.0/build/tools/bin2obj/
Dobject.c53 h->e_shstrndx = add_section(obj, ".shstrtab", SHT_STRTAB, SHF_NULL, obj->section_name.size, 0); in object_init()
112 h->e_shstrndx = 0; // Fill in with correct values later in header_init()
210 dest->e_shstrndx = Be16(src->e_shstrndx); in conv_to_big_endian_header()
Delf.h40 u16 e_shstrndx; // Index number for Section name table member
Dsection.c150 if (obj->header.e_shstrndx > 0) in add_section_name()
152 obj->section[obj->header.e_shstrndx].sh_size = obj->section_name.size; in add_section_name()
Doutput.c78 n = obj->header.e_shstrndx; in output_object()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf.c262 file_ptr = load_elf32_half(&(ehdr->e_shstrndx), file_ptr, endian); in ELF_LoadELFHeader()
263 …"e_shstrndx(section index no. of the section header string table section = %d\n",ehdr->e_shstrndx); in ELF_LoadELFHeader()
Dloader_subset.c1045 ELi_GetStrAdr( elElfDesc, elElfDesc->CurrentEhdr.e_shstrndx,
/TwlSDK-5.1.0/build/tools/makelst/
Delf.h59 Elf32_Half e_shstrndx; /* Index into the table section with strings for the section names */ member
Dloader_subset.c678 ELi_GetStrAdr( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx, in ELi_ShdrIsDebug()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h68 Elf32_Half e_shstrndx; /* Index into the table section with strings for the section names */ member