Lines Matching refs:sectname

299 				       const char *sectname)  in bfd_mach_o_section_data_for_mach_sect()  argument
310 if (strncmp (sec->mach_o_name, sectname, in bfd_mach_o_section_data_for_mach_sect()
318 if (strncmp (sec->mach_o_name, sectname, in bfd_mach_o_section_data_for_mach_sect()
447 memset (section->sectname, 0, BFD_MACH_O_SECTNAME_SIZE + 1); in bfd_mach_o_convert_section_name_to_mach_o()
454 strcpy (section->sectname, xlat->mach_o_name); in bfd_mach_o_convert_section_name_to_mach_o()
478 memcpy (section->sectname, dot + 1, seclen); in bfd_mach_o_convert_section_name_to_mach_o()
479 section->sectname[seclen] = 0; in bfd_mach_o_convert_section_name_to_mach_o()
494 memcpy (section->sectname, name, len); in bfd_mach_o_convert_section_name_to_mach_o()
495 section->sectname[len] = 0; in bfd_mach_o_convert_section_name_to_mach_o()
1631 memcpy (raw.sectname, section->sectname, 16); in bfd_mach_o_write_section_32()
1655 memcpy (raw.sectname, section->sectname, 16); in bfd_mach_o_write_section_64()
3357 const unsigned char *sectname) in bfd_mach_o_make_bfd_section() argument
3363 (abfd, (const char *)segname, (const char *)sectname, &sname, &flags); in bfd_mach_o_make_bfd_section()
3384 sec = bfd_mach_o_make_bfd_section (abfd, raw.segname, raw.sectname); in bfd_mach_o_read_section_32()
3391 memcpy (section->sectname, raw.sectname, sizeof (raw.sectname)); in bfd_mach_o_read_section_32()
3392 section->sectname[BFD_MACH_O_SECTNAME_SIZE] = 0; in bfd_mach_o_read_section_32()
3423 sec = bfd_mach_o_make_bfd_section (abfd, raw.segname, raw.sectname); in bfd_mach_o_read_section_64()
3430 memcpy (section->sectname, raw.sectname, sizeof (raw.sectname)); in bfd_mach_o_read_section_64()
3431 section->sectname[BFD_MACH_O_SECTNAME_SIZE] = 0; in bfd_mach_o_read_section_64()