Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchive.cpp904 uint32_t symbol_count = 0; in symbol_begin() local
905 symbol_count = read32be(buf); in symbol_begin()
906 buf += sizeof(uint32_t) + (symbol_count * (sizeof(uint32_t))); in symbol_begin()
908 uint64_t symbol_count = read64be(buf); in symbol_begin() local
909 buf += sizeof(uint64_t) + (symbol_count * (sizeof(uint64_t))); in symbol_begin()
944 uint32_t symbol_count = 0; in symbol_begin() local
947 symbol_count = read32le(buf); in symbol_begin()
948 buf += 4 + (symbol_count * 2); // Skip indices. in symbol_begin()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c212 unsigned symbol_count = in parse_symbol_table() local
215 /* We are over allocating this list, because symbol_count gives the in parse_symbol_table()
222 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t)); in parse_symbol_table()

Completed in 4 milliseconds