Home
last modified time | relevance | path

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

/arch/sparc/vdso/
A Dvdso2c.h29 if (GET_BE(&pt[i].p_type) == PT_LOAD) { in BITSFUNC()
33 if (GET_BE(&pt[i].p_offset) != 0 || in BITSFUNC()
34 GET_BE(&pt[i].p_vaddr) != 0) in BITSFUNC()
37 if (GET_BE(&pt[i].p_memsz) != GET_BE(&pt[i].p_filesz)) in BITSFUNC()
40 load_size = GET_BE(&pt[i].p_memsz); in BITSFUNC()
45 GET_BE(&pt[i].p_memsz); in BITSFUNC()
67 GET_BE(&hdr->e_shentsize) * i; in BITSFUNC()
76 GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link); in BITSFUNC()
80 i < GET_BE(&symtab_hdr->sh_size) / GET_BE(&symtab_hdr->sh_entsize); in BITSFUNC()
87 GET_BE(&sym->st_name); in BITSFUNC()
[all …]
A Dvdso2c.c108 #define GET_BE(x) \ macro

Completed in 6 milliseconds