Searched refs:GET_BE (Results 1 – 2 of 2) sorted by relevance
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()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 …]
108 #define GET_BE(x) \ macro
Completed in 6 milliseconds