Lines Matching refs:ntohl
446 text_len = ntohl(hdr->data_start); in load_flat_file()
447 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
448 bss_len = ntohl(hdr->bss_end) - ntohl(hdr->data_end); in load_flat_file()
449 stack_len = ntohl(hdr->stack_size); in load_flat_file()
454 relocs = ntohl(hdr->reloc_count); in load_flat_file()
455 flags = ntohl(hdr->flags); in load_flat_file()
456 rev = ntohl(hdr->rev); in load_flat_file()
580 fpos = ntohl(hdr->data_start); in load_flat_file()
599 reloc = (unsigned long *) (datapos+(ntohl(hdr->reloc_start)-text_len)); in load_flat_file()
618 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
624 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
651 ntohl(hdr->data_start), in load_flat_file()
665 (int)textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
704 libinfo->lib_list[id].entry = (0x00ffffff & ntohl(hdr->entry)) + textpos; in load_flat_file()
705 libinfo->lib_list[id].build_date = ntohl(hdr->build_date); in load_flat_file()
752 relval = ntohl(reloc[i]); in load_flat_file()
771 addr = ntohl(addr); in load_flat_file()
784 old_reloc(ntohl(reloc[i])); in load_flat_file()