Searched refs:BFD_MACH_O_SEGNAME_SIZE (Results 1 – 3 of 3) sorted by relevance
55 #define BFD_MACH_O_SEGNAME_SIZE 16 macro62 char segname[BFD_MACH_O_SEGNAME_SIZE + 1];90 char segname[BFD_MACH_O_SEGNAME_SIZE + 1];
308 if (strncmp (seg->segname, segname, BFD_MACH_O_SEGNAME_SIZE) == 0) in bfd_mach_o_section_data_for_mach_sect()316 if (strncmp (seg->segname, segname, BFD_MACH_O_SEGNAME_SIZE) == 0) in bfd_mach_o_section_data_for_mach_sect()446 memset (section->segname, 0, BFD_MACH_O_SEGNAME_SIZE + 1); in bfd_mach_o_convert_section_name_to_mach_o()473 if (seglen <= BFD_MACH_O_SEGNAME_SIZE in bfd_mach_o_convert_section_name_to_mach_o()3390 section->segname[BFD_MACH_O_SEGNAME_SIZE] = 0; in bfd_mach_o_read_section_32()3429 section->segname[BFD_MACH_O_SEGNAME_SIZE] = 0; in bfd_mach_o_read_section_64()
997 * mach-o.h (BFD_MACH_O_SEGNAME_SIZE): New macro.