Searched refs:elftc_string_table_create (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libelftc/
H A DMakefile38 elftc_string_table_create.3 \
46 elftc_string_table_create.3 elftc_string_table_destroy.3 \
47 elftc_string_table_create.3 elftc_string_table_from_section.3 \
48 elftc_string_table_create.3 elftc_string_table_image.3 \
49 elftc_string_table_create.3 elftc_string_table_insert.3 \
50 elftc_string_table_create.3 elftc_string_table_lookup.3 \
51 elftc_string_table_create.3 elftc_string_table_remove.3 \
52 elftc_string_table_create.3 elftc_string_table_to_string.3
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A DMakefile42 elftc_string_table_create.3 \
48 elftc_string_table_create.3 elftc_string_table_from_section.3 \
49 elftc_string_table_create.3 elftc_string_table_destroy.3 \
50 elftc_string_table_create.3 elftc_string_table_image.3 \
51 elftc_string_table_create.3 elftc_string_table_insert.3 \
52 elftc_string_table_create.3 elftc_string_table_lookup.3
H A Dlibelftc.h81 Elftc_String_Table *elftc_string_table_create(size_t _sizehint);
H A Delftc_string_table.c129 elftc_string_table_create(size_t sizehint) function
197 if ((st = elftc_string_table_create(sizehint)) == NULL)
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c1487 s->strtab = elftc_string_table_create(sizehint);

Completed in 284 milliseconds