Searched refs:GET_LE (Results 1 – 2 of 2) sorted by relevance
33 len = (size_t)GET_LE(&sec->sh_size); in BITSFUNC()60 if (GET_LE(&hdr->e_type) != ET_DYN) in BITSFUNC()69 if (GET_LE(&pt[i].p_offset) != 0 || in BITSFUNC()70 GET_LE(&pt[i].p_vaddr) != 0) in BITSFUNC()73 if (GET_LE(&pt[i].p_memsz) != GET_LE(&pt[i].p_filesz)) in BITSFUNC()81 GET_LE(&pt[i].p_memsz); in BITSFUNC()104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC()108 GET_LE(&hdr->e_shentsize) * i; in BITSFUNC()123 GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link); in BITSFUNC()125 syms_nr = GET_LE(&symtab_hdr->sh_size) / GET_LE(&symtab_hdr->sh_entsize); in BITSFUNC()[all …]
133 #define GET_LE(x) \ macro