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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 404 asection *call_fp_stub; member in struct:mips_elf_link_hash_entry
1048 #define CALL_FP_STUB ".mips16.call.fp."
1052 #define CALL_FP_STUB_P(name) startswith (name, CALL_FP_STUB)
1363 ret->call_fp_stub = NULL;
1820 if (h->call_fp_stub != NULL
1826 h->call_fp_stub->size = 0;
1827 h->call_fp_stub->flags &= ~SEC_RELOC;
1828 h->call_fp_stub->reloc_count = 0;
1829 h->call_fp_stub->flags |= SEC_EXCLUDE;
1830 h->call_fp_stub->output_section = bfd_abs_section_ptr
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 386 asection *call_fp_stub; member in struct:mips_elf_link_hash_entry
1047 #define CALL_FP_STUB ".mips16.call.fp."
1051 #define CALL_FP_STUB_P(name) startswith (name, CALL_FP_STUB)
1362 ret->call_fp_stub = NULL;
1823 if (h->call_fp_stub != NULL
1829 h->call_fp_stub->size = 0;
1830 h->call_fp_stub->flags &= ~SEC_RELOC;
1831 h->call_fp_stub->reloc_count = 0;
1832 h->call_fp_stub->flags |= SEC_EXCLUDE;
1833 h->call_fp_stub->output_section = bfd_abs_section_ptr
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 386 asection *call_fp_stub; member in struct:mips_elf_link_hash_entry
1047 #define CALL_FP_STUB ".mips16.call.fp."
1051 #define CALL_FP_STUB_P(name) startswith (name, CALL_FP_STUB)
1362 ret->call_fp_stub = NULL;
1823 if (h->call_fp_stub != NULL
1829 h->call_fp_stub->size = 0;
1830 h->call_fp_stub->flags &= ~SEC_RELOC;
1831 h->call_fp_stub->reloc_count = 0;
1832 h->call_fp_stub->flags |= SEC_EXCLUDE;
1833 h->call_fp_stub->output_section = bfd_abs_section_ptr
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 386 asection *call_fp_stub; member in struct:mips_elf_link_hash_entry
1049 #define CALL_FP_STUB ".mips16.call.fp."
1053 #define CALL_FP_STUB_P(name) startswith (name, CALL_FP_STUB)
1364 ret->call_fp_stub = NULL;
1830 if (h->call_fp_stub != NULL
1836 h->call_fp_stub->size = 0;
1837 h->call_fp_stub->flags &= ~SEC_RELOC;
1838 h->call_fp_stub->reloc_count = 0;
1839 h->call_fp_stub->flags |= SEC_EXCLUDE;
1840 h->call_fp_stub->output_section = bfd_abs_section_ptr
    [all...]

Completed in 38 milliseconds