Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/elftoolchain/elfcopy/
HDarchive.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()
HDelfcopy.h263 size_t s_so_cap; /* capacity of so table buffer. */ member
/freebsd-14-stable/usr.bin/ar/
HDar.h104 size_t s_so_cap; /* capacity of so table buffer. */ member
HDwrite.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-14-stable/contrib/elftoolchain/ar/
HDar.h127 size_t s_so_cap; /* capacity of so table buffer. */ member
HDwrite.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()