Lines Matching refs:ntohl
423 text_len = ntohl(hdr->data_start); in load_flat_file()
424 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
425 bss_len = ntohl(hdr->bss_end) - ntohl(hdr->data_end); in load_flat_file()
426 stack_len = ntohl(hdr->stack_size); in load_flat_file()
431 relocs = ntohl(hdr->reloc_count); in load_flat_file()
432 flags = ntohl(hdr->flags); in load_flat_file()
433 rev = ntohl(hdr->rev); in load_flat_file()
567 fpos = ntohl(hdr->data_start); in load_flat_file()
587 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
607 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
613 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
678 ntohl(hdr->data_start), in load_flat_file()
714 textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
727 libinfo->lib_list[0].entry = (0x00ffffff & ntohl(hdr->entry)) + textpos; in load_flat_file()
728 libinfo->lib_list[0].build_date = ntohl(hdr->build_date); in load_flat_file()
785 relval = ntohl(tmp); in load_flat_file()
808 addr = ntohl((__force __be32)addr); in load_flat_file()
828 old_reloc(ntohl(relval)); in load_flat_file()