Lines Matching refs:ntohl
447 text_len = ntohl(hdr->data_start); in load_flat_file()
448 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
449 bss_len = ntohl(hdr->bss_end) - ntohl(hdr->data_end); in load_flat_file()
450 stack_len = ntohl(hdr->stack_size); in load_flat_file()
455 relocs = ntohl(hdr->reloc_count); in load_flat_file()
456 flags = ntohl(hdr->flags); in load_flat_file()
457 rev = ntohl(hdr->rev); in load_flat_file()
600 fpos = ntohl(hdr->data_start); in load_flat_file()
620 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
639 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
645 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
710 ntohl(hdr->data_start), in load_flat_file()
748 textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
761 libinfo->lib_list[id].entry = (0x00ffffff & ntohl(hdr->entry)) + textpos; in load_flat_file()
762 libinfo->lib_list[id].build_date = ntohl(hdr->build_date); in load_flat_file()
818 relval = ntohl(tmp); in load_flat_file()
841 addr = ntohl((__force __be32)addr); in load_flat_file()
861 old_reloc(ntohl(relval)); in load_flat_file()