Lines Matching refs:external_scnhdr

87 struct external_scnhdr  struct
435 scnname = scnhdr + offsetof (struct external_scnhdr, s_name); in simple_object_xcoff_find_sections()
475 scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
477 size = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
482 scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
484 size = fetch_32 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
637 unsigned char hdrbuf[sizeof (struct external_scnhdr)]; in simple_object_xcoff_write_scnhdr()
650 strncpy ((char *) hdr + offsetof (struct external_scnhdr, s_name), in simple_object_xcoff_write_scnhdr()
654 snprintf ((char *) hdr + offsetof (struct external_scnhdr, s_name), in simple_object_xcoff_write_scnhdr()
663 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size), in simple_object_xcoff_write_scnhdr()
665 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr), in simple_object_xcoff_write_scnhdr()
670 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_size), in simple_object_xcoff_write_scnhdr()
672 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_scnptr), in simple_object_xcoff_write_scnhdr()
683 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_flags), flags); in simple_object_xcoff_write_scnhdr()
685 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_flags), flags); in simple_object_xcoff_write_scnhdr()