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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 396 asection *fn_stub; member in struct:mips_elf_link_hash_entry
432 /* Whether we need the fn_stub; this is true if this symbol appears
1046 #define FN_STUB ".mips16.fn."
1050 #define FN_STUB_P(name) startswith (name, FN_STUB)
1361 ret->fn_stub = NULL;
1787 if (h->fn_stub != NULL
1794 if (h->fn_stub != NULL
1797 /* We don't need the fn_stub; the only references to this symbol
1800 h->fn_stub->size = 0;
1801 h->fn_stub->flags &= ~SEC_RELOC
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 378 asection *fn_stub; member in struct:mips_elf_link_hash_entry
414 /* Whether we need the fn_stub; this is true if this symbol appears
1045 #define FN_STUB ".mips16.fn."
1049 #define FN_STUB_P(name) startswith (name, FN_STUB)
1360 ret->fn_stub = NULL;
1790 if (h->fn_stub != NULL
1797 if (h->fn_stub != NULL
1800 /* We don't need the fn_stub; the only references to this symbol
1803 h->fn_stub->size = 0;
1804 h->fn_stub->flags &= ~SEC_RELOC
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 378 asection *fn_stub; member in struct:mips_elf_link_hash_entry
414 /* Whether we need the fn_stub; this is true if this symbol appears
1045 #define FN_STUB ".mips16.fn."
1049 #define FN_STUB_P(name) startswith (name, FN_STUB)
1360 ret->fn_stub = NULL;
1790 if (h->fn_stub != NULL
1797 if (h->fn_stub != NULL
1800 /* We don't need the fn_stub; the only references to this symbol
1803 h->fn_stub->size = 0;
1804 h->fn_stub->flags &= ~SEC_RELOC
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 378 asection *fn_stub; member in struct:mips_elf_link_hash_entry
414 /* Whether we need the fn_stub; this is true if this symbol appears
1047 #define FN_STUB ".mips16.fn."
1051 #define FN_STUB_P(name) startswith (name, FN_STUB)
1362 ret->fn_stub = NULL;
1797 if (h->fn_stub != NULL
1804 if (h->fn_stub != NULL
1807 /* We don't need the fn_stub; the only references to this symbol
1810 h->fn_stub->size = 0;
1811 h->fn_stub->flags &= ~SEC_RELOC
    [all...]

Completed in 37 milliseconds