Searched refs:symbol_index (Results 1 - 7 of 7) sorted by relevance

/external/bison/src/
H A Dscan-code.l315 unsigned symbol_index;
383 variant_add (uniqstr id, location id_loc, unsigned symbol_index,
394 r->symbol_index = symbol_index;
406 get_at_spec (unsigned symbol_index)
409 if (symbol_index == 0)
412 snprintf (at_buf, sizeof at_buf, "$%u", symbol_index);
426 const char *at_spec = get_at_spec (var->symbol_index);
556 unsigned symbol_index;
558 for (symbol_index
[all...]
H A Dscan-code.c2504 unsigned symbol_index; member in struct:__anon605
2572 variant_add (uniqstr id, location id_loc, unsigned symbol_index, argument
2583 r->symbol_index = symbol_index;
2595 get_at_spec (unsigned symbol_index) argument
2598 if (symbol_index == 0)
2601 snprintf (at_buf, sizeof at_buf, "$%u", symbol_index);
2615 const char *at_spec = get_at_spec (var->symbol_index);
2745 unsigned symbol_index; local
2747 for (symbol_index
2769 unsigned symbol_index = var->symbol_index; local
2843 unsigned symbol_index = local
[all...]
/external/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp1034 uint16_t symbol_index = 0; local
1040 symbol_index = getRel(Rel)->getSymbol();
1046 symbol_index = getRela(Rel)->getSymbol();
1051 const Elf_Sym *symb = getEntry<Elf_Sym>(sec->sh_link, symbol_index);
/external/webp/src/enc/
H A Dvp8l_enc.c909 const int symbol_index = histogram_symbols[i] & 0xffff; local
910 histogram_argb[i] = (symbol_index << 8);
911 if (symbol_index >= max_index) {
912 max_index = symbol_index + 1;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h489 uint32_t symbol_index; member in struct:llvm::MachO::dylib_table_of_contents
/external/llvm/include/llvm/Support/
H A DMachO.h702 uint32_t symbol_index; member in struct:llvm::MachO::dylib_table_of_contents
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h704 uint32_t symbol_index; member in struct:llvm::MachO::dylib_table_of_contents

Completed in 274 milliseconds