Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/bin2obj/
Dsection.c20 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