Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/bin2obj/
Dobject.h69 Section section_name; member
Dsection.c147 u32 pos = section_add_string(&obj->section_name, name); in add_section_name()
152 obj->section[obj->header.e_shstrndx].sh_size = obj->section_name.size; in add_section_name()
Doutput.c81 ptr = (u8 *)obj->section_name.ptr; in output_object()
Dobject.c53 h->e_shstrndx = add_section(obj, ".shstrtab", SHT_STRTAB, SHF_NULL, obj->section_name.size, 0); in object_init()