Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c443 unsigned int seglen; in bfd_mach_o_convert_section_name_to_mach_o() local
470 seglen = dot - name; 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()
476 memcpy (section->segname, name, seglen); in bfd_mach_o_convert_section_name_to_mach_o()
477 section->segname[seglen] = 0; in bfd_mach_o_convert_section_name_to_mach_o()