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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 400 asection *call_stub; member in struct:mips_elf_link_hash_entry
402 /* This is like the call_stub field, but it is used if the function
1047 #define CALL_STUB ".mips16.call."
1051 #define CALL_STUB_P(name) startswith (name, CALL_STUB)
1362 ret->call_stub = NULL;
1807 if (h->call_stub != NULL
1810 /* We don't need the call_stub; this is a 16 bit function, so
1813 h->call_stub->size = 0;
1814 h->call_stub->flags &= ~SEC_RELOC;
1815 h->call_stub->reloc_count = 0
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 382 asection *call_stub; member in struct:mips_elf_link_hash_entry
384 /* This is like the call_stub field, but it is used if the function
1046 #define CALL_STUB ".mips16.call."
1050 #define CALL_STUB_P(name) startswith (name, CALL_STUB)
1361 ret->call_stub = NULL;
1810 if (h->call_stub != NULL
1813 /* We don't need the call_stub; this is a 16 bit function, so
1816 h->call_stub->size = 0;
1817 h->call_stub->flags &= ~SEC_RELOC;
1818 h->call_stub->reloc_count = 0
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 382 asection *call_stub; member in struct:mips_elf_link_hash_entry
384 /* This is like the call_stub field, but it is used if the function
1046 #define CALL_STUB ".mips16.call."
1050 #define CALL_STUB_P(name) startswith (name, CALL_STUB)
1361 ret->call_stub = NULL;
1810 if (h->call_stub != NULL
1813 /* We don't need the call_stub; this is a 16 bit function, so
1816 h->call_stub->size = 0;
1817 h->call_stub->flags &= ~SEC_RELOC;
1818 h->call_stub->reloc_count = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 382 asection *call_stub; member in struct:mips_elf_link_hash_entry
384 /* This is like the call_stub field, but it is used if the function
1048 #define CALL_STUB ".mips16.call."
1052 #define CALL_STUB_P(name) startswith (name, CALL_STUB)
1363 ret->call_stub = NULL;
1817 if (h->call_stub != NULL
1820 /* We don't need the call_stub; this is a 16 bit function, so
1823 h->call_stub->size = 0;
1824 h->call_stub->flags &= ~SEC_RELOC;
1825 h->call_stub->reloc_count = 0
    [all...]

Completed in 35 milliseconds