HomeSort by relevance Sort by last modified time
    Searched full:sym_end (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/include/mcld/
Module.h 133 sym_iterator sym_end() { return m_SymbolTable.end(); } function in class:mcld::Module
134 const_sym_iterator sym_end() const { return m_SymbolTable.end(); } function in class:mcld::Module
  /toolchain/binutils/binutils-2.25/bfd/
coff-i960.c 218 asymbol **syms, **sym_end; local
222 sym_end = syms + bfd_get_symcount (output_bfd);
223 for (; syms < sym_end; syms++)
232 if (syms >= sym_end)
hp300hpux.c 531 struct external_nlist *sym_end; local
554 sym_end = (struct external_nlist *) (((char *) syms) + symbol_bytes);
557 for (sym_pointer = syms; sym_pointer < sym_end; sym_pointer++, num_syms++)
583 sym_pointer < sym_end; sym_pointer++, cache_ptr++)
nlmcode.h 1464 asymbol **sym_end; local
1773 asymbol **sym_end; local
    [all...]
ecofflink.c 366 struct shuffle *sym_end;
485 ainfo->sym_end = NULL;
784 if (!add_memory_shuffle (ainfo, &ainfo->sym, &ainfo->sym_end, sym_out,
364 struct shuffle *sym_end; member in struct:accumulate
1095 asymbol **sym_end; local
    [all...]
pdp11.c 3999 struct external_nlist *sym_end; local
    [all...]
linker.c 2031 asymbol **sym_end; local
    [all...]
aoutx.h 4786 struct external_nlist *sym_end; local
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 714 Module::sym_iterator symbol, symEnd = m_pModule->sym_end();
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 3938 localsym_t *sym_end; local
    [all...]

Completed in 3681 milliseconds