Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelftc/
H A DMakefile51 elftc_string_table_create.3 elftc_string_table_insert.3 \
H A Dlibelftc.h87 size_t elftc_string_table_insert(Elftc_String_Table *_table,
H A Delftc_string_table.c217 if (elftc_string_table_insert(st, s) == 0) in elftc_string_table_from_section()
305 elftc_string_table_insert(Elftc_String_Table *st, const char *string) in elftc_string_table_insert() function
/freebsd/lib/libelftc/
H A DMakefile47 elftc_string_table_create.3 elftc_string_table_insert.3 \
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c1395 if (elftc_string_table_insert(ecp->shstrtab->strtab, name) == 0) in add_to_shstrtab()