Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9047 char * vstart; in process_version_sections() local
9059 vstart = ((char *) edefs) + idx; in process_version_sections()
9060 if (vstart + sizeof (*edef) > endbuf) in process_version_sections()
9063 edef = (Elf_External_Verdef *) vstart; in process_version_sections()
9080 if (ent.vd_aux > (size_t) (endbuf - vstart)) in process_version_sections()
9083 vstart += ent.vd_aux; in process_version_sections()
9085 eaux = (Elf_External_Verdaux *) vstart; in process_version_sections()
9100 if (aux.vda_next > (size_t) (endbuf - vstart)) in process_version_sections()
9104 vstart += aux.vda_next; in process_version_sections()
9106 eaux = (Elf_External_Verdaux *) vstart; in process_version_sections()
[all …]