Home
last modified time | relevance | path

Searched refs:BFD_MACH_O_SEGNAME_SIZE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h55 #define BFD_MACH_O_SEGNAME_SIZE 16 macro
62 char segname[BFD_MACH_O_SEGNAME_SIZE + 1];
90 char segname[BFD_MACH_O_SEGNAME_SIZE + 1];
Dmach-o.c308 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()
DChangeLog-2011997 * mach-o.h (BFD_MACH_O_SEGNAME_SIZE): New macro.