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

/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h32 offset = (unsigned long)GET_LE(&sec->sh_offset);
33 len = (size_t)GET_LE(&sec->sh_size);
58 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_LE(&hdr->e_phoff));
60 if (GET_LE(&hdr->e_type) != ET_DYN)
64 for (i = 0; i < GET_LE(&hdr->e_phnum); i++) {
65 if (GET_LE(&pt[i].p_type) == PT_LOAD) {
69 if (GET_LE(&pt[i].p_offset) != 0 ||
70 GET_LE(&pt[i].p_vaddr) != 0)
73 if (GET_LE(&pt[i].p_memsz) != GET_LE(
[all...]
H A Dvdso2c.c133 #define GET_LE(x) \ macro

Completed in 99 milliseconds