Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp1034 uint16_t symbol_index = 0; in getRelocationValueString() local
1040 symbol_index = getRel(Rel)->getSymbol(); in getRelocationValueString()
1046 symbol_index = getRela(Rel)->getSymbol(); in getRelocationValueString()
1051 const Elf_Sym *symb = getEntry<Elf_Sym>(sec->sh_link, symbol_index); in getRelocationValueString()
/external/webp/src/enc/
Dvp8l_enc.c988 const int symbol_index = histogram_symbols[i] & 0xffff; in EncodeImageInternal() local
989 histogram_argb[i] = (symbol_index << 8); in EncodeImageInternal()
990 if (symbol_index >= max_index) { in EncodeImageInternal()
991 max_index = symbol_index + 1; in EncodeImageInternal()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h489 uint32_t symbol_index; member
/external/llvm/include/llvm/Support/
DMachO.h702 uint32_t symbol_index; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h704 uint32_t symbol_index; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h709 uint32_t symbol_index; member