Searched refs:BFD_MACH_O_SECTNAME_SIZE (Results 1 – 3 of 3) sorted by relevance
56 #define BFD_MACH_O_SECTNAME_SIZE 16 macro61 char sectname[BFD_MACH_O_SECTNAME_SIZE + 1]; /* Always NUL padded. */
311 BFD_MACH_O_SECTNAME_SIZE) == 0) in bfd_mach_o_section_data_for_mach_sect()319 BFD_MACH_O_SECTNAME_SIZE) == 0) 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()474 && seclen <= BFD_MACH_O_SECTNAME_SIZE) in bfd_mach_o_convert_section_name_to_mach_o()3392 section->sectname[BFD_MACH_O_SECTNAME_SIZE] = 0; in bfd_mach_o_read_section_32()3431 section->sectname[BFD_MACH_O_SECTNAME_SIZE] = 0; in bfd_mach_o_read_section_64()
998 (BFD_MACH_O_SECTNAME_SIZE): Ditto.