HomeSort by relevance Sort by last modified time
    Searched defs:lsym (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
greg-4.s 2 lsym GREG 78 label
  /external/zopfli/src/zopfli/
squeeze.c 128 int lsym = ZopfliGetLengthSymbol(litlen); local
130 if (lsym <= 279) cost += 7;
146 int lsym = ZopfliGetLengthSymbol(litlen); local
150 return stats->ll_symbols[lsym] + lbits + stats->d_symbols[dsym] + dbits;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-msp430.c 1589 Elf_Internal_Sym *lsym = isym + sidx; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 890 is_referenced_from_outside(Symbol* lsym)
892 if (lsym->in_real_elf())
896 if (parameters->options().is_undefined(lsym->name()))
905 is_visible_from_outside(Symbol* lsym)
907 if (lsym->in_dyn())
910 return lsym->is_externally_visible();
946 Symbol* lsym = this->symbols_[i]; local
947 if (lsym->is_forwarder())
948 lsym = symtab->resolve_forwards(lsym);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 832 struct localsym *lsym; /* pointer to local symbol node */
830 struct localsym *lsym; \/* pointer to local symbol node *\/ member in struct:scope
4607 struct localsym *lsym; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 8988 symbolS *lsym; local
9588 symbolS *lsym; local
9632 symbolS *lsym; local
    [all...]

Completed in 103 milliseconds