Home
last modified time | relevance | path

Searched refs:ELF32_SectionHeader (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/tools/bin2obj/
Dobject.c31 ELF32_SectionHeader *s; in object_init()
110 h->e_shentsize = sizeof(ELF32_SectionHeader); in header_init()
129 ELF32_SectionHeader *s; in map_section()
213 static void conv_to_big_endian_section(const ELF32_SectionHeader * src, ELF32_SectionHeader * dest) in conv_to_big_endian_section()
Dobject.h66 ELF32_SectionHeader section[MAX_SECTIONS];
Dsection.c173 ELF32_SectionHeader *s; in add_section()
195 memset(s, 0, sizeof(ELF32_SectionHeader)); in add_section()
243 ELF32_SectionHeader *symtab = &obj->section[obj->symbol_index]; in add_symbol()
Delf.h79 ELF32_SectionHeader; typedef