GET_LE             24 arch/x86/entry/vdso/vdso2c.h 	ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_LE(&hdr->e_phoff));
GET_LE             26 arch/x86/entry/vdso/vdso2c.h 	if (GET_LE(&hdr->e_type) != ET_DYN)
GET_LE             30 arch/x86/entry/vdso/vdso2c.h 	for (i = 0; i < GET_LE(&hdr->e_phnum); i++) {
GET_LE             31 arch/x86/entry/vdso/vdso2c.h 		if (GET_LE(&pt[i].p_type) == PT_LOAD) {
GET_LE             35 arch/x86/entry/vdso/vdso2c.h 			if (GET_LE(&pt[i].p_offset) != 0 ||
GET_LE             36 arch/x86/entry/vdso/vdso2c.h 			    GET_LE(&pt[i].p_vaddr) != 0)
GET_LE             39 arch/x86/entry/vdso/vdso2c.h 			if (GET_LE(&pt[i].p_memsz) != GET_LE(&pt[i].p_filesz))
GET_LE             42 arch/x86/entry/vdso/vdso2c.h 			load_size = GET_LE(&pt[i].p_memsz);
GET_LE             44 arch/x86/entry/vdso/vdso2c.h 		} else if (GET_LE(&pt[i].p_type) == PT_DYNAMIC) {
GET_LE             45 arch/x86/entry/vdso/vdso2c.h 			dyn = raw_addr + GET_LE(&pt[i].p_offset);
GET_LE             46 arch/x86/entry/vdso/vdso2c.h 			dyn_end = raw_addr + GET_LE(&pt[i].p_offset) +
GET_LE             47 arch/x86/entry/vdso/vdso2c.h 				GET_LE(&pt[i].p_memsz);
GET_LE             61 arch/x86/entry/vdso/vdso2c.h 		     GET_LE(&dyn[i].d_tag) != DT_NULL; i++) {
GET_LE             62 arch/x86/entry/vdso/vdso2c.h 		typeof(dyn[i].d_tag) tag = GET_LE(&dyn[i].d_tag);
GET_LE             69 arch/x86/entry/vdso/vdso2c.h 	secstrings_hdr = raw_addr + GET_LE(&hdr->e_shoff) +
GET_LE             70 arch/x86/entry/vdso/vdso2c.h 		GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx);
GET_LE             71 arch/x86/entry/vdso/vdso2c.h 	secstrings = raw_addr + GET_LE(&secstrings_hdr->sh_offset);
GET_LE             72 arch/x86/entry/vdso/vdso2c.h 	for (i = 0; i < GET_LE(&hdr->e_shnum); i++) {
GET_LE             73 arch/x86/entry/vdso/vdso2c.h 		ELF(Shdr) *sh = raw_addr + GET_LE(&hdr->e_shoff) +
GET_LE             74 arch/x86/entry/vdso/vdso2c.h 			GET_LE(&hdr->e_shentsize) * i;
GET_LE             75 arch/x86/entry/vdso/vdso2c.h 		if (GET_LE(&sh->sh_type) == SHT_SYMTAB)
GET_LE             78 arch/x86/entry/vdso/vdso2c.h 		if (!strcmp(secstrings + GET_LE(&sh->sh_name),
GET_LE             86 arch/x86/entry/vdso/vdso2c.h 	strtab_hdr = raw_addr + GET_LE(&hdr->e_shoff) +
GET_LE             87 arch/x86/entry/vdso/vdso2c.h 		GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link);
GET_LE             91 arch/x86/entry/vdso/vdso2c.h 	     i < GET_LE(&symtab_hdr->sh_size) / GET_LE(&symtab_hdr->sh_entsize);
GET_LE             94 arch/x86/entry/vdso/vdso2c.h 		ELF(Sym) *sym = raw_addr + GET_LE(&symtab_hdr->sh_offset) +
GET_LE             95 arch/x86/entry/vdso/vdso2c.h 			GET_LE(&symtab_hdr->sh_entsize) * i;
GET_LE             97 arch/x86/entry/vdso/vdso2c.h 				       GET_LE(&strtab_hdr->sh_offset) +
GET_LE             98 arch/x86/entry/vdso/vdso2c.h 				       GET_LE(&sym->st_name);
GET_LE            113 arch/x86/entry/vdso/vdso2c.h 				syms[k] = GET_LE(&sym->st_value);
GET_LE            166 arch/x86/entry/vdso/vdso2c.h 			(unsigned long)GET_LE(&alt_sec->sh_offset));
GET_LE            168 arch/x86/entry/vdso/vdso2c.h 			(unsigned long)GET_LE(&alt_sec->sh_size));