Searched refs:s_so_cap (Results 1 – 6 of 6) sorted by relevance
166 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()
263 size_t s_so_cap; /* capacity of so table buffer. */ member
104 size_t s_so_cap; /* capacity of so table buffer. */ member
879 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()
127 size_t s_so_cap; /* capacity of so table buffer. */ member
952 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()