Lines Matching refs:ntohl
453 text_len = ntohl(hdr->data_start); in load_flat_file()
454 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
455 bss_len = ntohl(hdr->bss_end) - ntohl(hdr->data_end); in load_flat_file()
456 stack_len = ntohl(hdr->stack_size); in load_flat_file()
461 relocs = ntohl(hdr->reloc_count); in load_flat_file()
462 flags = ntohl(hdr->flags); in load_flat_file()
463 rev = ntohl(hdr->rev); in load_flat_file()
607 fpos = ntohl(hdr->data_start); in load_flat_file()
627 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
647 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
653 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
718 ntohl(hdr->data_start), in load_flat_file()
756 textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
769 libinfo->lib_list[id].entry = (0x00ffffff & ntohl(hdr->entry)) + textpos; in load_flat_file()
770 libinfo->lib_list[id].build_date = ntohl(hdr->build_date); in load_flat_file()
826 relval = ntohl(tmp); in load_flat_file()
849 addr = ntohl((__force __be32)addr); in load_flat_file()
869 old_reloc(ntohl(relval)); in load_flat_file()