Home | History | Annotate | Download | only in bfd

Lines Matching defs:nextname

1205   char nextname[17];
1206 int i = bfd_read (nextname, 16, abfd);
1216 if (startswith (nextname, "__.SYMDEF ")
1217 || startswith (nextname, "__.SYMDEF/ ")) /* Old Linux archives. */
1219 else if (startswith (nextname, "/ "))
1221 else if (startswith (nextname, "/SYM64/ "))
1231 else if (startswith (nextname, "#1/20 "))
1272 char nextname[17];
1279 if (bfd_read (nextname, 16, abfd) == 16)
1288 if (! startswith (nextname, "ARFILENAMES/ ")
1289 && ! startswith (nextname, "// "))