Lines Matching refs:ntohl
421 text_len = ntohl(hdr->data_start); in load_flat_file()
422 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
423 bss_len = ntohl(hdr->bss_end) - ntohl(hdr->data_end); in load_flat_file()
424 stack_len = ntohl(hdr->stack_size); in load_flat_file()
429 relocs = ntohl(hdr->reloc_count); in load_flat_file()
430 flags = ntohl(hdr->flags); in load_flat_file()
431 rev = ntohl(hdr->rev); in load_flat_file()
565 fpos = ntohl(hdr->data_start); in load_flat_file()
585 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
605 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
611 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
676 ntohl(hdr->data_start), in load_flat_file()
712 textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
725 libinfo->lib_list[0].entry = (0x00ffffff & ntohl(hdr->entry)) + textpos; in load_flat_file()
726 libinfo->lib_list[0].build_date = ntohl(hdr->build_date); in load_flat_file()
783 relval = ntohl(tmp); in load_flat_file()
806 addr = ntohl((__force __be32)addr); in load_flat_file()
826 old_reloc(ntohl(relval)); in load_flat_file()