Home | History | Annotate | Download | only in binutils

Lines Matching refs:ivn

13603 			  Elf_Internal_Verneed ivn;
13622 ivn.vn_aux = BYTE_GET (evn.vn_aux);
13623 ivn.vn_next = BYTE_GET (evn.vn_next);
13625 a_off = offset + ivn.vn_aux;
13657 offset += ivn.vn_next;
13659 while (ivn.vn_next);
14160 Elf_Internal_Verneed ivn;
14179 ivn.vn_aux = BYTE_GET (evn.vn_aux);
14180 ivn.vn_next = BYTE_GET (evn.vn_next);
14182 vna_off = offset + ivn.vn_aux;
14209 offset += ivn.vn_next;
14211 while (ivn.vn_next != 0);