Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-coff.c372 unsigned char *scnname; in simple_object_coff_find_sections() local
379 scnname = scnhdr + offsetof (struct external_scnhdr, s_name); in simple_object_coff_find_sections()
380 memcpy (namebuf, scnname, SCNNMLEN); in simple_object_coff_find_sections()
Dsimple-object-xcoff.c428 unsigned char *scnname; in simple_object_xcoff_find_sections() local
435 scnname = scnhdr + offsetof (struct external_scnhdr, s_name); in simple_object_xcoff_find_sections()
436 memcpy (namebuf, scnname, SCNNMLEN); in simple_object_xcoff_find_sections()