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

  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 1805 unsigned can_refcount : 1;
1803 unsigned can_refcount : 1; member in struct:elf_backend_data
elflink.c 8407 int can_refcount = bed->can_refcount;
8409 table->init_got_refcount.refcount = can_refcount - 1;
8410 table->init_plt_refcount.refcount = can_refcount - 1;
8396 int can_refcount = bed->can_refcount; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 1761 unsigned can_refcount : 1;
1759 unsigned can_refcount : 1; member in struct:elf_backend_data
elflink.c 8398 int can_refcount = bed->can_refcount;
8400 table->init_got_refcount.refcount = can_refcount - 1;
8401 table->init_plt_refcount.refcount = can_refcount - 1;
8387 int can_refcount = bed->can_refcount; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 1749 unsigned can_refcount : 1;
1747 unsigned can_refcount : 1; member in struct:elf_backend_data
elflink.c 8336 int can_refcount = bed->can_refcount;
8338 table->init_got_refcount.refcount = can_refcount - 1;
8339 table->init_plt_refcount.refcount = can_refcount - 1;
8325 int can_refcount = bed->can_refcount; local
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 1760 unsigned can_refcount : 1;
1758 unsigned can_refcount : 1; member in struct:elf_backend_data
elflink.c 8416 int can_refcount = bed->can_refcount;
8418 table->init_got_refcount.refcount = can_refcount - 1;
8419 table->init_plt_refcount.refcount = can_refcount - 1;
8405 int can_refcount = bed->can_refcount; local

Completed in 84 milliseconds