Home
last modified time | relevance | path

Searched refs:get_uint32 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout2hux.c65 u_int32_t get_uint32(be_uint32_t *be);
97 get_uint32(be_uint32_t *be) in get_uint32() function
161 inf->text_size = get_uint32(&hdr->a_text); in open_aout()
162 inf->data_size = get_uint32(&hdr->a_data); in open_aout()
163 inf->bss_size = get_uint32(&hdr->a_bss); in open_aout()
164 inf->entry_addr = get_uint32(&hdr->a_entry); in open_aout()
185 get_uint32(&hdr->e_version) != EV_CURRENT) { in open_elf()
220 if (fseek(fp, (foff_t) get_uint32(&hdr->e_phoff), SEEK_SET)) { in open_elf()
231 if (get_uint32(&phdr[i].p_type) != PT_LOAD) { in open_elf()
239 if (nphdr == 1 && (get_uint32(&phdr[0].p_flags) & PF_W)) { in open_elf()
[all …]
H A Daout68k.h139 (get_uint32(&(sh)->sh_type) == SHT_PROGBITS && \
140 (get_uint32(&(sh)->sh_flags) & \
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-mo.c96 get_uint32 (const struct binary_mo_file *bfp, size_t offset) in get_uint32() function
118 nls_uint32 s_length = get_uint32 (bfp, offset); in get_string()
119 nls_uint32 s_offset = get_uint32 (bfp, offset + 4); in get_string()
148 nls_uint32 segsize = get_uint32 (bfp, offset + i); in get_sysdep_string()
149 nls_uint32 sysdepref = get_uint32 (bfp, offset + i + 4); in get_sysdep_string()
165 ss_length = get_uint32 (bfp, sysdep_segment_offset); in get_sysdep_string()
166 ss_offset = get_uint32 (bfp, sysdep_segment_offset + 4); in get_sysdep_string()
184 s_offset = get_uint32 (bfp, offset); in get_sysdep_string()
187 nls_uint32 segsize = get_uint32 (bfp, offset + i); in get_sysdep_string()
188 nls_uint32 sysdepref = get_uint32 (bfp, offset + i + 4); in get_sysdep_string()
[all …]
H A DChangeLog.0279 * read-mo.c (read_binary_mo_file, get_uint32, get_string,
558 (read_binary_mo_file, get_uint32, get_string, get_sysdep_string): New
/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp149 uint32 get_uint32();
150 uint32 get_uint32(char *orig);
460 File::get_uint32() in get_uint32() function in File
471 File::get_uint32(char *orig) in get_uint32() function in File
503 p->count = f.get_uint32(); in read_tags()
504 p->value = f.get_uint32(p->orig_value); in read_tags()
531 uint32 num = f.get_uint32(); in check_units()
532 uint32 den = f.get_uint32(); in check_units()
538 num = f.get_uint32(); in check_units()
539 den = f.get_uint32(); in check_units()
[all …]
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c14562 static u32 get_uint32(unsigned char *a){ in get_uint32() function
14881 u32 pgnoOvfl = get_uint32(&pCsr->aPage[iOff]); in dbdataNext()
14896 pgnoOvfl = get_uint32(aOvfl); in dbdataNext()
15014 pCsr->enc = get_uint32(&aPg1[56]); in dbdataGetEncoding()
15114 sqlite3_result_int64(ctx, get_uint32(&pCsr->aPage[iOff])); in dbdataColumn()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog1578 `get_uint32(char *)'.