HomeSort by relevance Sort by last modified time
    Searched refs:symbol_index (Results 1 - 13 of 13) sorted by null

  /external/bison/src/
scan-code.l 315 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 = 0, l = rule; !symbol_list_null (l)
    [all...]
scan-code.c 2504 unsigned symbol_index; member in struct:__anon5770
2745 unsigned symbol_index; local
2769 unsigned symbol_index = var->symbol_index; local
2843 unsigned symbol_index = local
    [all...]
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 265 unsigned char symbol_index[4]; member in struct:mach_o_dylib_table_of_contents_external
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 711 unsigned int symbol_index; local
761 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
763 coff_symbol_type *coff_symbol_ptr = coff_symbol_from (bfd_ptr, symbol_ptr_ptr[symbol_index]);
765 symbol_ptr_ptr[symbol_index]->udata.i = symbol_index;
804 unsigned int symbol_index; local
806 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++
    [all...]
mach-o.h 242 unsigned long symbol_index; member in struct:bfd_mach_o_dylib_table_of_content
mach-o.c     [all...]
  /bionic/linker/
linker.h 371 bool elf_lookup(SymbolName& symbol_name, const version_info* vi, uint32_t* symbol_index) const;
373 bool gnu_lookup(SymbolName& symbol_name, const version_info* vi, uint32_t* symbol_index) const;
linker.cpp 726 uint32_t symbol_index;
729 gnu_lookup(symbol_name, vi, &symbol_index) :
730 elf_lookup(symbol_name, vi, &symbol_index);
733 *symbol = symbol_index == 0 ? nullptr : symtab_ + symbol_index;
767 uint32_t* symbol_index) const {
775 *symbol_index = 0;
823 *symbol_index = n;
836 uint32_t* symbol_index) const {
864 *symbol_index = n
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 538 static int symbol_index; local
544 s->number = ++symbol_index;
od-macho.c 537 if (symtab && symtab->symbols && toc->symbol_index < symtab->nsyms)
539 const char *name = symtab->symbols[toc->symbol_index].symbol.name;
541 toc->symbol_index);
544 printf ("%lu", toc->symbol_index);
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 590 const int symbol_index = histogram_symbols[i] & 0xffff; local
591 histogram_argb[i] = 0xff000000 | (symbol_index << 8);
592 if (symbol_index >= max_index) {
593 max_index = symbol_index + 1;
    [all...]
  /external/webp/src/enc/
vp8l.c 928 const int symbol_index = histogram_symbols[i] & 0xffff; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 744 uint32_t symbol_index; member in struct:llvm::MachO::dylib_table_of_contents
    [all...]

Completed in 404 milliseconds