Searched refs:Elf32_Ehdr (Results 1 – 13 of 13) sorted by relevance
| /TwlSDK-5.3.1/build/tools/stripdebug/ |
| D | insertsection.c | 60 (u32)(ElfHandle->ar_head), (u32)(obj_offset), sizeof( Elf32_Ehdr)); 64 ElfHandle->buf_current = (void*)((u32)buf + sizeof( Elf32_Ehdr)); 236 …memcpy( (u8*)buf, &(ElfHandle->CurrentEhdr), sizeof( Elf32_Ehdr)); /*Copy ELF header to the stripp…
|
| D | elf.h | 60 } Elf32_Ehdr; typedef 423 void *ELF_LoadELFHeader(const void *buf, Elf32_Ehdr *ehdr);
|
| D | elf_loader.h | 79 Elf32_Ehdr CurrentEhdr; /* ELF header */
|
| D | elf_loader.c | 83 Elf32_Ehdr Ehdr; in EL_GetElfSize() 312 (u32)(ElfHandle->ar_head), (u32)(obj_offset), sizeof( Elf32_Ehdr)); in ELi_LoadObject() 316 ElfHandle->buf_current = (void*)((u32)buf + sizeof( Elf32_Ehdr)); in ELi_LoadObject() 665 …memcpy( (u8*)buf, &(ElfHandle->CurrentEhdr), sizeof( Elf32_Ehdr)); /*Copy ELF header to the stripp… in ELi_LoadObject()
|
| D | elf.c | 136 void *ELF_LoadELFHeader(const void *buf, Elf32_Ehdr *ehdr) in ELF_LoadELFHeader()
|
| /TwlSDK-5.3.1/build/libraries/el/common/include/ |
| D | elf.h | 69 } Elf32_Ehdr; typedef 431 void *ELF_LoadELFHeader(const void *buf, Elf32_Ehdr *ehdr);
|
| D | elf_loader.h | 142 Elf32_Ehdr CurrentEhdr; /* ELF header */
|
| /TwlSDK-5.3.1/build/tools/makelst/ |
| D | elf.h | 60 } Elf32_Ehdr; typedef 423 void *ELF_LoadELFHeader(const void *buf, Elf32_Ehdr *ehdr);
|
| D | elf_loader.h | 65 Elf32_Ehdr CurrentEhdr; /* ELF header */
|
| D | elf.c | 137 void *ELF_LoadELFHeader(const void *buf, Elf32_Ehdr *ehdr) in ELF_LoadELFHeader()
|
| D | elf_loader.c | 63 Elf32_Ehdr Ehdr; in EL_GetElfSize() 240 (u32)(ElfHandle->ar_head), (u32)(obj_offset), sizeof( Elf32_Ehdr)); in ELi_LoadObject()
|
| /TwlSDK-5.3.1/build/libraries/el/common/src/ |
| D | elf.c | 138 void *ELF_LoadELFHeader(const void *buf, Elf32_Ehdr *ehdr) in ELF_LoadELFHeader()
|
| D | elf_loader.c | 170 Elf32_Ehdr Ehdr; in EL_GetElfSize() 535 (u32)(elElfDesc->ar_head), (u32)(obj_offset), sizeof( Elf32_Ehdr)) in ELi_LoadObject()
|