Home
last modified time | relevance | path

Searched refs:fetch_32 (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dsimple-object-mach-o.c250 unsigned int (*fetch_32) (const unsigned char *); in simple_object_mach_o_match() local
301 fetch_32 = (is_big_endian in simple_object_mach_o_match()
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype)); in simple_object_mach_o_match()
327 omr->cpusubtype = (*fetch_32) (b in simple_object_mach_o_match()
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds)); in simple_object_mach_o_match()
331 omr->flags = (*fetch_32) (b + offsetof (struct mach_o_header_32, flags)); in simple_object_mach_o_match()
335 omr->reserved = (*fetch_32) (b in simple_object_mach_o_match()
349 unsigned int (*fetch_32) (const unsigned char *); in simple_object_mach_o_section_info() local
352 fetch_32 = (is_big_endian in simple_object_mach_o_section_info()
[all …]
Dsimple-object-xcoff.c305 unsigned int (*fetch_32) (const unsigned char *); in simple_object_xcoff_match() local
321 fetch_32 = simple_object_fetch_big_32; in simple_object_xcoff_match()
338 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
347 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
350 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
408 unsigned int (*fetch_32) (const unsigned char *); in simple_object_xcoff_find_sections() local
428 fetch_32 = simple_object_fetch_big_32; in simple_object_xcoff_find_sections()
491 scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
493 size = fetch_32 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
546 n_offset = fetch_32 (sym + offsetof (struct external_syment, in simple_object_xcoff_find_sections()
[all …]
Dsimple-object-coff.c240 unsigned int (*fetch_32) (const unsigned char *); in simple_object_coff_match() local
267 fetch_32 = (is_big_endian in simple_object_coff_match()
287 ocr->symptr = fetch_32 (hdrbuf in simple_object_coff_match()
289 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, f_nsyms)); in simple_object_coff_match()
345 unsigned int (*fetch_32) (const unsigned char *); in simple_object_coff_find_sections() local
362 fetch_32 = (ocr->is_big_endian in simple_object_coff_find_sections()
417 scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr, s_scnptr)); in simple_object_coff_find_sections()
418 size = fetch_32 (scnhdr + offsetof (struct external_scnhdr, s_size)); in simple_object_coff_find_sections()
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsimple-object-mach-o.c250 unsigned int (*fetch_32) (const unsigned char *); in simple_object_mach_o_match() local
301 fetch_32 = (is_big_endian in simple_object_mach_o_match()
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype)); in simple_object_mach_o_match()
327 omr->cpusubtype = (*fetch_32) (b in simple_object_mach_o_match()
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds)); in simple_object_mach_o_match()
331 omr->flags = (*fetch_32) (b + offsetof (struct mach_o_header_32, flags)); in simple_object_mach_o_match()
335 omr->reserved = (*fetch_32) (b in simple_object_mach_o_match()
349 unsigned int (*fetch_32) (const unsigned char *); in simple_object_mach_o_section_info() local
352 fetch_32 = (is_big_endian in simple_object_mach_o_section_info()
[all …]
Dsimple-object-xcoff.c305 unsigned int (*fetch_32) (const unsigned char *); in simple_object_xcoff_match() local
321 fetch_32 = simple_object_fetch_big_32; in simple_object_xcoff_match()
338 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
347 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
350 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
408 unsigned int (*fetch_32) (const unsigned char *); in simple_object_xcoff_find_sections() local
428 fetch_32 = simple_object_fetch_big_32; in simple_object_xcoff_find_sections()
491 scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
493 size = fetch_32 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
546 n_offset = fetch_32 (sym + offsetof (struct external_syment, in simple_object_xcoff_find_sections()
[all …]
Dsimple-object-coff.c240 unsigned int (*fetch_32) (const unsigned char *); in simple_object_coff_match() local
267 fetch_32 = (is_big_endian in simple_object_coff_match()
287 ocr->symptr = fetch_32 (hdrbuf in simple_object_coff_match()
289 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, f_nsyms)); in simple_object_coff_match()
345 unsigned int (*fetch_32) (const unsigned char *); in simple_object_coff_find_sections() local
362 fetch_32 = (ocr->is_big_endian in simple_object_coff_find_sections()
417 scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr, s_scnptr)); in simple_object_coff_find_sections()
418 size = fetch_32 (scnhdr + offsetof (struct external_scnhdr, s_size)); in simple_object_coff_find_sections()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsimple-object-mach-o.c250 unsigned int (*fetch_32) (const unsigned char *); in simple_object_mach_o_match() local
301 fetch_32 = (is_big_endian in simple_object_mach_o_match()
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype)); in simple_object_mach_o_match()
327 omr->cpusubtype = (*fetch_32) (b in simple_object_mach_o_match()
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds)); in simple_object_mach_o_match()
331 omr->flags = (*fetch_32) (b + offsetof (struct mach_o_header_32, flags)); in simple_object_mach_o_match()
335 omr->reserved = (*fetch_32) (b in simple_object_mach_o_match()
349 unsigned int (*fetch_32) (const unsigned char *); in simple_object_mach_o_section_info() local
352 fetch_32 = (is_big_endian in simple_object_mach_o_section_info()
[all …]
Dsimple-object-xcoff.c305 unsigned int (*fetch_32) (const unsigned char *); in simple_object_xcoff_match() local
321 fetch_32 = simple_object_fetch_big_32; in simple_object_xcoff_match()
338 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
347 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
350 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
408 unsigned int (*fetch_32) (const unsigned char *); in simple_object_xcoff_find_sections() local
428 fetch_32 = simple_object_fetch_big_32; in simple_object_xcoff_find_sections()
491 scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
493 size = fetch_32 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
546 n_offset = fetch_32 (sym + offsetof (struct external_syment, in simple_object_xcoff_find_sections()
[all …]
Dsimple-object-coff.c240 unsigned int (*fetch_32) (const unsigned char *); in simple_object_coff_match() local
267 fetch_32 = (is_big_endian in simple_object_coff_match()
287 ocr->symptr = fetch_32 (hdrbuf in simple_object_coff_match()
289 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, f_nsyms)); in simple_object_coff_match()
345 unsigned int (*fetch_32) (const unsigned char *); in simple_object_coff_find_sections() local
362 fetch_32 = (ocr->is_big_endian in simple_object_coff_find_sections()
417 scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr, s_scnptr)); in simple_object_coff_find_sections()
418 size = fetch_32 (scnhdr + offsetof (struct external_scnhdr, s_size)); in simple_object_coff_find_sections()