Searched refs:section_name (Results 1 – 4 of 4) sorted by relevance
69 Section section_name; member
147 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()
81 ptr = (u8 *)obj->section_name.ptr; in output_object()
53 h->e_shstrndx = add_section(obj, ".shstrtab", SHT_STRTAB, SHF_NULL, obj->section_name.size, 0); in object_init()