Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c444 unsigned int seclen; in bfd_mach_o_convert_section_name_to_mach_o() local
471 seclen = len - (dot + 1 - name); 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()
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()