Searched refs:section_add_string (Results 1 – 1 of 1) sorted by relevance
20 static u32 section_add_string(Section * s, const char *string);147 u32 pos = section_add_string(&obj->section_name, name); in add_section_name()218 pos = section_add_string(&obj->symbol_name, name ? name : ""); in add_symbol_name()286 static u32 section_add_string(Section * s, const char *string) in section_add_string() function