Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Darchive.c166 ecp->s_so_cap = _INIT_SYMOFF_CAP; in add_to_ar_sym_table()
177 if (ecp->s_cnt * sizeof(uint32_t) >= ecp->s_so_cap) { in add_to_ar_sym_table()
178 ecp->s_so_cap *= 2; in add_to_ar_sym_table()
179 ecp->s_so = realloc(ecp->s_so, ecp->s_so_cap); in add_to_ar_sym_table()
H A Delfcopy.h263 size_t s_so_cap; /* capacity of so table buffer. */ member
/freebsd/usr.bin/ar/
H A Dar.h104 size_t s_so_cap; /* capacity of so table buffer. */ member
H A Dwrite.c879 bsdar->s_so_cap = _INIT_SYMOFF_CAP; in add_to_ar_sym_table()
890 if (bsdar->s_cnt * sizeof(uint64_t) >= bsdar->s_so_cap) { in add_to_ar_sym_table()
891 bsdar->s_so_cap *= 2; in add_to_ar_sym_table()
892 bsdar->s_so = realloc(bsdar->s_so, bsdar->s_so_cap); in add_to_ar_sym_table()
/freebsd/contrib/elftoolchain/ar/
H A Dar.h127 size_t s_so_cap; /* capacity of so table buffer. */ member
H A Dwrite.c952 bsdar->s_so_cap = _INIT_SYMOFF_CAP; in add_to_ar_sym_table()
963 if (bsdar->s_cnt * sizeof(uint32_t) >= bsdar->s_so_cap) { in add_to_ar_sym_table()
964 bsdar->s_so_cap *= 2; in add_to_ar_sym_table()
965 bsdar->s_so = realloc(bsdar->s_so, bsdar->s_so_cap); in add_to_ar_sym_table()