Searched refs:GET_BE (Results 1 – 3 of 3) sorted by relevance
26 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_BE(&hdr->e_phoff)); in BITSFUNC()29 for (i = 0; i < GET_BE(&hdr->e_phnum); i++) { in BITSFUNC()30 if (GET_BE(&pt[i].p_type) == PT_LOAD) { in BITSFUNC()34 if (GET_BE(&pt[i].p_offset) != 0 || in BITSFUNC()35 GET_BE(&pt[i].p_vaddr) != 0) in BITSFUNC()38 if (GET_BE(&pt[i].p_memsz) != GET_BE(&pt[i].p_filesz)) in BITSFUNC()41 load_size = GET_BE(&pt[i].p_memsz); in BITSFUNC()43 } else if (GET_BE(&pt[i].p_type) == PT_DYNAMIC) { in BITSFUNC()44 dyn = raw_addr + GET_BE(&pt[i].p_offset); in BITSFUNC()45 dyn_end = raw_addr + GET_BE(&pt[i].p_offset) + in BITSFUNC()[all …]
114 #define GET_BE(x) \ macro
772 #define GET_BE(b, c) GET_CONTEXT_FIELD(b, c, SCTLR, BE) macro