Searched refs:sizehint (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c129 elftc_string_table_create(size_t sizehint) argument
134 if (sizehint < ELFTC_STRING_TABLE_DEFAULT_SIZE)
135 sizehint = ELFTC_STRING_TABLE_DEFAULT_SIZE;
137 nbuckets = sizehint / (ELFTC_STRING_TABLE_EXPECTED_CHAIN_LENGTH *
145 if ((st->st_string_pool = malloc(sizehint)) == NULL) {
155 st->st_string_pool_size = sizehint;
176 elftc_string_table_from_section(Elf_Scn *scn, size_t sizehint) argument
197 if ((st = elftc_string_table_create(sizehint)) == NULL)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.h165 int sizehint);
H A Dlauxlib.c668 int sizehint) {
675 if (luaL_findtable(L, 0, modname, sizehint) != NULL)
667 luaL_pushmodule(lua_State *L, const char *modname, int sizehint) argument
/freebsd-11-stable/contrib/lua/src/
H A Dlauxlib.h206 int sizehint);
H A Dlauxlib.c898 int sizehint) {
904 if (luaL_findtable(L, 0, modname, sizehint) != NULL)
897 luaL_pushmodule(lua_State *L, const char *modname, int sizehint) argument
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c1460 size_t indx, sizehint; local
1470 sizehint = shdr.sh_size;
1474 sizehint = 0;
1487 s->strtab = elftc_string_table_create(sizehint);

Completed in 189 milliseconds