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

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c6730 Elf_Internal_Vernaux ivna;
6748 ivna.vna_next = BYTE_GET (evna.vna_next);
6749 ivna.vna_other = BYTE_GET (evna.vna_other);
6751 a_off += ivna.vna_next;
6753 while (ivna.vna_other != data[cnt + j]
6754 && ivna.vna_next != 0);
6756 if (ivna.vna_other == data[cnt + j])
6758 ivna.vna_name = BYTE_GET (evna.vna_name);
6760 name = strtab + ivna.vna_name;
7246 Elf_Internal_Vernaux ivna;
6727 Elf_Internal_Vernaux ivna; local
7243 Elf_Internal_Vernaux ivna; local
[all...]

Completed in 162 milliseconds