Searched refs:sym_end (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp717 uint32_t sym_end = m_symbols.size(); local
719 for (uint32_t i = 0; i < sym_end; i++)
741 uint32_t sym_end = m_symbols.size(); local
743 for (uint32_t i = 0; i < sym_end; i++)
/freebsd-10-stable/contrib/binutils/bfd/
H A Decofflink.c386 struct shuffle *sym_end;
516 ainfo->sym_end = NULL;
819 if (!add_memory_shuffle (ainfo, &ainfo->sym, &ainfo->sym_end, sym_out,
1139 asymbol **sym_end;
1173 sym_end = symbols + symcount;
1178 for (sym_ptr = symbols; sym_ptr != sym_end; sym_ptr++)
1210 add_memory_shuffle (ainfo, &ainfo->sym, &ainfo->sym_end,
383 struct shuffle *sym_end; member in struct:accumulate
1136 asymbol **sym_end; local
H A Dlinker.c2169 asymbol **sym_end;
2205 sym_end = sym_ptr + _bfd_generic_link_get_symcount (input_bfd);
2206 for (; sym_ptr < sym_end; sym_ptr++)
2163 asymbol **sym_end; local
H A Daoutx.h4723 struct external_nlist *sym_end;
4764 sym_end = sym + sym_count;
4768 for (; sym < sym_end; sym++, sym_hash++, symbol_map++)
5057 for (incl_sym = sym + 1; incl_sym < sym_end; incl_sym++)
5124 incl_sym < sym_end;
/freebsd-10-stable/contrib/binutils/gas/
H A Decoff.c3963 localsym_t *sym_end;
3970 sym_end = sym_ptr + sym_cnt;
3971 for (; sym_ptr < sym_end; sym_ptr++)
3931 localsym_t *sym_end; local
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmdebugread.c4089 char *sym_end;
4094 sym_end = sym_ptr + fh->csym * external_sym_size;
4095 while (sym_ptr < sym_end)
4081 char *sym_end; local

Completed in 950 milliseconds