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

  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 741 struct bfd_link_needed_list *runpath;
740 struct bfd_link_needed_list *runpath; member in struct:elf_link_hash_table
elflink.c 4611 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL;
4707 for (pn = & runpath;
4714 if (!runpath && dyn.d_tag == DT_RPATH)
4753 if (runpath)
4754 rpath = runpath;
4759 for (pn = &htab->runpath; *pn != NULL; pn = &(*pn)->next)
8529 return elf_hash_table (info)->runpath;
4602 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 732 struct bfd_link_needed_list *runpath;
731 struct bfd_link_needed_list *runpath; member in struct:elf_link_hash_table
elflink.c 4575 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL;
4671 for (pn = & runpath;
4678 if (!runpath && dyn.d_tag == DT_RPATH)
4717 if (runpath)
4718 rpath = runpath;
4723 for (pn = &htab->runpath; *pn != NULL; pn = &(*pn)->next)
8521 return elf_hash_table (info)->runpath;
4566 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 720 struct bfd_link_needed_list *runpath;
719 struct bfd_link_needed_list *runpath; member in struct:elf_link_hash_table
elflink.c 4548 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL;
4644 for (pn = & runpath;
4651 if (!runpath && dyn.d_tag == DT_RPATH)
4690 if (runpath)
4691 rpath = runpath;
4696 for (pn = &htab->runpath; *pn != NULL; pn = &(*pn)->next)
8452 return elf_hash_table (info)->runpath;
4539 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 731 struct bfd_link_needed_list *runpath;
730 struct bfd_link_needed_list *runpath; member in struct:elf_link_hash_table
elflink.c 4593 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL;
4689 for (pn = & runpath;
4696 if (!runpath && dyn.d_tag == DT_RPATH)
4735 if (runpath)
4736 rpath = runpath;
4741 for (pn = &htab->runpath; *pn != NULL; pn = &(*pn)->next)
8539 return elf_hash_table (info)->runpath;
4584 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL; local

Completed in 144 milliseconds