Searched refs:symbol_count (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_binary.c44 unsigned symbol_count = local in function:parse_symbol_table
47 /* We are over allocating this list, because symbol_count gives the
54 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c193 unsigned symbol_count = local in function:parse_symbol_table
196 /* We are over allocating this list, because symbol_count gives the
203 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c212 unsigned symbol_count = local in function:parse_symbol_table
215 /* We are over allocating this list, because symbol_count gives the
222 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t));

Completed in 5 milliseconds