HomeSort by: relevance | last modified time | path
    Searched defs:inputobj (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 7490 bfd *inputobj;
7496 for (inputobj = info->input_bfds;
7497 inputobj;
7498 inputobj = inputobj->link.next)
7502 if (inputobj->flags
7505 s = inputobj->sections;
7509 s = bfd_get_section_by_name (inputobj, ".note.GNU-stack");
7515 noteobj = inputobj;
7524 emptyobj = inputobj;
7480 bfd *inputobj; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 7447 bfd *inputobj;
7453 for (inputobj = info->input_bfds;
7454 inputobj;
7455 inputobj = inputobj->link.next)
7459 if (inputobj->flags
7462 s = inputobj->sections;
7466 s = bfd_get_section_by_name (inputobj, ".note.GNU-stack");
7472 noteobj = inputobj;
7481 emptyobj = inputobj;
7437 bfd *inputobj; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 7390 bfd *inputobj;
7396 for (inputobj = info->input_bfds;
7397 inputobj;
7398 inputobj = inputobj->link.next)
7402 if (inputobj->flags
7405 s = inputobj->sections;
7409 s = bfd_get_section_by_name (inputobj, ".note.GNU-stack");
7415 noteobj = inputobj;
7424 emptyobj = inputobj;
7380 bfd *inputobj; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 7376 bfd *inputobj;
7382 for (inputobj = info->input_bfds;
7383 inputobj;
7384 inputobj = inputobj->link.next)
7388 if (inputobj->flags
7391 s = inputobj->sections;
7395 s = bfd_get_section_by_name (inputobj, ".note.GNU-stack");
7401 noteobj = inputobj;
7410 emptyobj = inputobj;
7366 bfd *inputobj; local
    [all...]

Completed in 61 milliseconds