Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libelftc/
HDMakefile38 elftc_string_table_create.3 \
44 elftc_string_table_create.3 elftc_string_table_from_section.3 \
45 elftc_string_table_create.3 elftc_string_table_destroy.3 \
46 elftc_string_table_create.3 elftc_string_table_image.3 \
47 elftc_string_table_create.3 elftc_string_table_insert.3 \
48 elftc_string_table_create.3 elftc_string_table_lookup.3 \
HDlibelftc.h77 Elftc_String_Table *elftc_string_table_create(int _hint);
HDelftc_string_table.c129 elftc_string_table_create(int sizehint) in elftc_string_table_create() function
199 if ((st = elftc_string_table_create(sizehint)) == NULL) in elftc_string_table_from_section()