Lines Matching refs:ntohl
442 text_len = ntohl(hdr->data_start); in load_flat_file()
443 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
444 bss_len = ntohl(hdr->bss_end) - ntohl(hdr->data_end); in load_flat_file()
445 stack_len = ntohl(hdr->stack_size); in load_flat_file()
450 relocs = ntohl(hdr->reloc_count); in load_flat_file()
451 flags = ntohl(hdr->flags); in load_flat_file()
452 rev = ntohl(hdr->rev); in load_flat_file()
593 fpos = ntohl(hdr->data_start); in load_flat_file()
613 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
632 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
636 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
702 ntohl(hdr->data_start), in load_flat_file()
739 textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
752 libinfo->lib_list[id].entry = (0x00ffffff & ntohl(hdr->entry)) + textpos; in load_flat_file()
753 libinfo->lib_list[id].build_date = ntohl(hdr->build_date); in load_flat_file()
809 relval = ntohl(tmp); in load_flat_file()
832 addr = ntohl((__force __be32)addr); in load_flat_file()
852 old_reloc(ntohl(relval)); in load_flat_file()