Home
last modified time | relevance | path

Searched refs:isum (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/binutils/binutils/
HDreadelf.c6470 int isum; in process_version_sections() local
6502 isum = idx + ent.vd_aux; in process_version_sections()
6506 isum += aux.vda_next; in process_version_sections()
6516 isum, j, GET_DYNAMIC_NAME (aux.vda_name)); in process_version_sections()
6519 isum, j, aux.vda_name); in process_version_sections()
6560 int isum; in process_version_sections() local
6584 for (j = 0, isum = idx + ent.vn_aux; j < ent.vn_cnt; ++j) in process_version_sections()
6599 isum, GET_DYNAMIC_NAME (aux.vna_name)); in process_version_sections()
6602 isum, aux.vna_name); in process_version_sections()
6607 isum += aux.vna_next; in process_version_sections()