Searched refs:GET_BE (Results 1 – 3 of 3) sorted by relevance
25 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_BE(&hdr->e_phoff)); in BITSFUNC()28 for (i = 0; i < GET_BE(&hdr->e_phnum); i++) { in BITSFUNC()29 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()42 } else if (GET_BE(&pt[i].p_type) == PT_DYNAMIC) { in BITSFUNC()43 dyn = raw_addr + GET_BE(&pt[i].p_offset); in BITSFUNC()44 dyn_end = raw_addr + GET_BE(&pt[i].p_offset) + in BITSFUNC()[all …]
108 #define GET_BE(x) \ macro
759 #define GET_BE(b, c) GET_CONTEXT_FIELD(b, c, SCTLR, BE) macro