Searched refs:nextsym (Results 1 – 4 of 4) sorted by relevance
304 int nextsym; in remove_dup_syms() local315 for (i = 0, index = 0, nextsym = 1; nextsym < *sym_count; nextsym++) { in remove_dup_syms()324 if ((orig_list + i)->value < (orig_list + nextsym)->value) { in remove_dup_syms()326 i = nextsym; in remove_dup_syms()335 (orig_list + nextsym)->syminfo) { in remove_dup_syms()336 DEBUG_DUP_DEL(orig_list + i, orig_list + nextsym); in remove_dup_syms()339 n_bind = ELF32_ST_BIND((orig_list + nextsym)->syminfo); in remove_dup_syms()341 n_type = ELF32_ST_TYPE((orig_list + nextsym)->syminfo); in remove_dup_syms()350 (orig_list + nextsym)); in remove_dup_syms()353 DEBUG_DUP_DEL((orig_list + nextsym), in remove_dup_syms()[all …]
72 static char *nextsym(char *p);351 if (strcmp(nextsym(cp), "defined") == 0) { in checkline()608 nextsym(char *p) in nextsym() function
291 int nextsym; in read_data() local293 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, in read_data()297 symidx = nextsym; in read_data()340 int nextsym; in read_funcs() local343 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()347 symidx = nextsym; in read_funcs()
1429 static ARFILEP *nextsym = NULL; in search_sym_tab() local1529 if (nextsym) in search_sym_tab()1530 *nextsym = (ARFILEP)sym_ptr; in search_sym_tab()1533 nextsym = sym_ptr; in search_sym_tab()1535 sym_ptr = nextsym; in search_sym_tab()1536 nextsym++; in search_sym_tab()