Searched refs:e_shstrndx (Results 1 – 13 of 13) sorted by relevance
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | insertsection.c | 93 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)) {
|
| D | elf_loader.c | 343 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()
|
| D | elf.h | 59 Elf32_Half e_shstrndx; /* Index into the table section with strings for the section names */ member
|
| D | loader_subset.c | 465 ELi_GetStrAdr( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx, in ELi_ShdrIsDebug()
|
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | object.c | 53 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()
|
| D | elf.h | 40 u16 e_shstrndx; // Index number for Section name table member
|
| D | section.c | 150 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()
|
| D | output.c | 78 n = obj->header.e_shstrndx; in output_object()
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | elf.c | 262 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()
|
| D | loader_subset.c | 1045 ELi_GetStrAdr( elElfDesc, elElfDesc->CurrentEhdr.e_shstrndx,
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | elf.h | 59 Elf32_Half e_shstrndx; /* Index into the table section with strings for the section names */ member
|
| D | loader_subset.c | 678 ELi_GetStrAdr( ElfHandle, ElfHandle->CurrentEhdr.e_shstrndx, in ELi_ShdrIsDebug()
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf.h | 68 Elf32_Half e_shstrndx; /* Index into the table section with strings for the section names */ member
|