HomeSort by: relevance | last modified time | path
    Searched defs:get_uint32 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x68k/stand/aout2hux/
aout2hux.c 65 u_int32_t get_uint32(be_uint32_t *be);
97 get_uint32(be_uint32_t *be) function in typeref:typename:u_int32_t
161 inf->text_size = get_uint32(&hdr->a_text);
162 inf->data_size = get_uint32(&hdr->a_data);
163 inf->bss_size = get_uint32(&hdr->a_bss);
164 inf->entry_addr = get_uint32(&hdr->a_entry);
185 get_uint32(&hdr->e_version) != EV_CURRENT) {
220 if (fseek(fp, (foff_t) get_uint32(&hdr->e_phoff), SEEK_SET)) {
231 if (get_uint32(&phdr[i].p_type) != PT_LOAD) {
239 if (nphdr == 1 && (get_uint32(&phdr[0].p_flags) & PF_W))
    [all...]

Completed in 12 milliseconds