Lines Matching refs:ntohl
429 text_len = ntohl(hdr->data_start); in load_flat_file()
430 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
431 bss_len = ntohl(hdr->bss_end) - ntohl(hdr->data_end); in load_flat_file()
432 stack_len = ntohl(hdr->stack_size); in load_flat_file()
437 relocs = ntohl(hdr->reloc_count); in load_flat_file()
438 flags = ntohl(hdr->flags); in load_flat_file()
439 rev = ntohl(hdr->rev); in load_flat_file()
571 fpos = ntohl(hdr->data_start); in load_flat_file()
591 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
610 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
616 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
681 ntohl(hdr->data_start), in load_flat_file()
719 textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
732 libinfo->lib_list[id].entry = (0x00ffffff & ntohl(hdr->entry)) + textpos; in load_flat_file()
733 libinfo->lib_list[id].build_date = ntohl(hdr->build_date); in load_flat_file()
789 relval = ntohl(relval); in load_flat_file()
811 addr = ntohl(addr); in load_flat_file()
829 relval = ntohl(relval); in load_flat_file()