Searched refs:evd (Results 1 – 1 of 1) sorted by relevance
9432 Elf_External_Verdef evd; in process_version_sections() local9437 sizeof evd); in process_version_sections()9441 if (get_data (&evd, file, offset, sizeof (evd), 1, in process_version_sections()9451 ivd.vd_next = BYTE_GET (evd.vd_next); in process_version_sections()9452 ivd.vd_ndx = BYTE_GET (evd.vd_ndx); in process_version_sections()9465 ivd.vd_aux = BYTE_GET (evd.vd_aux); in process_version_sections()10301 Elf_External_Verdef evd; in process_symbol_table() local10303 if (get_data (&evd, file, off, sizeof (evd), in process_symbol_table()10312 ivd.vd_ndx = BYTE_GET (evd.vd_ndx); in process_symbol_table()10313 ivd.vd_aux = BYTE_GET (evd.vd_aux); in process_symbol_table()[all …]