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

  /src/external/gpl3/binutils/dist/bfd/
elf32-sh.c 1877 0, 0, 0, 0, /* 0: replaced with offset of this symbol's funcdesc */
1893 0, 0, 0, 0, /* 0: replaced with offset of this symbol's funcdesc */
2112 union gotref funcdesc;
2228 ret->funcdesc.refcount = 0;
2308 htab->sfuncdesc = bfd_make_section_anyway_with_flags (dynobj, ".got.funcdesc",
2318 ".rela.got.funcdesc",
2807 if ((eh->funcdesc.refcount > 0
2813 eh->funcdesc.offset = htab->sfuncdesc->size;
4309 shared library, emit a FUNCDESC relocation such that
4327 offset = sh_elf_hash_entry (h)->funcdesc.offset
2108 union gotref funcdesc; member in struct:elf_sh_link_hash_entry
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-sh.c 1877 0, 0, 0, 0, /* 0: replaced with offset of this symbol's funcdesc */
1893 0, 0, 0, 0, /* 0: replaced with offset of this symbol's funcdesc */
2112 union gotref funcdesc;
2228 ret->funcdesc.refcount = 0;
2308 htab->sfuncdesc = bfd_make_section_anyway_with_flags (dynobj, ".got.funcdesc",
2318 ".rela.got.funcdesc",
2807 if ((eh->funcdesc.refcount > 0
2813 eh->funcdesc.offset = htab->sfuncdesc->size;
4308 shared library, emit a FUNCDESC relocation such that
4326 offset = sh_elf_hash_entry (h)->funcdesc.offset
2108 union gotref funcdesc; member in struct:elf_sh_link_hash_entry
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 4104 we can ensure uniqueness of funcdesc pointers. */
4351 rtx funcdesc = XEXP (DECL_RTL (fndecl), 0);
4352 rtx fnaddr = gen_rtx_MEM (Pmode, funcdesc);
4353 rtx gotaddr = gen_rtx_MEM (Pmode, plus_constant (Pmode, funcdesc, 4));
4360 /* Write initial funcdesc which points to the trampoline. */
17654 /* Emit insns to load the function address from FUNCDESC (an FDPIC
17660 arm_load_function_descriptor (rtx funcdesc)
17664 rtx fnaddr = gen_rtx_MEM (Pmode, funcdesc);
17665 rtx gotaddr = gen_rtx_MEM (Pmode, plus_constant (Pmode, funcdesc, 4));
25125 fputs ("(FUNCDESC)", asm_out_file)
4345 rtx funcdesc = XEXP (DECL_RTL (fndecl), 0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 4002 we can ensure uniqueness of funcdesc pointers. */
4249 rtx funcdesc = XEXP (DECL_RTL (fndecl), 0);
4250 rtx fnaddr = gen_rtx_MEM (Pmode, funcdesc);
4251 rtx gotaddr = gen_rtx_MEM (Pmode, plus_constant (Pmode, funcdesc, 4));
4258 /* Write initial funcdesc which points to the trampoline. */
17431 /* Emit insns to load the function address from FUNCDESC (an FDPIC
17437 arm_load_function_descriptor (rtx funcdesc)
17441 rtx fnaddr = gen_rtx_MEM (Pmode, funcdesc);
17442 rtx gotaddr = gen_rtx_MEM (Pmode, plus_constant (Pmode, funcdesc, 4));
24827 fputs ("(FUNCDESC)", asm_out_file)
4243 rtx funcdesc = XEXP (DECL_RTL (fndecl), 0); local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-sh.c 1877 0, 0, 0, 0, /* 0: replaced with offset of this symbol's funcdesc */
1893 0, 0, 0, 0, /* 0: replaced with offset of this symbol's funcdesc */
2112 union gotref funcdesc;
2228 ret->funcdesc.refcount = 0;
2308 htab->sfuncdesc = bfd_make_section_anyway_with_flags (dynobj, ".got.funcdesc",
2318 ".rela.got.funcdesc",
2806 if ((eh->funcdesc.refcount > 0
2812 eh->funcdesc.offset = htab->sfuncdesc->size;
4305 shared library, emit a FUNCDESC relocation such that
4323 offset = sh_elf_hash_entry (h)->funcdesc.offset
2108 union gotref funcdesc; member in struct:elf_sh_link_hash_entry
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-sh.c 1877 0, 0, 0, 0, /* 0: replaced with offset of this symbol's funcdesc */
1893 0, 0, 0, 0, /* 0: replaced with offset of this symbol's funcdesc */
2112 union gotref funcdesc;
2229 ret->funcdesc.refcount = 0;
2310 htab->sfuncdesc = bfd_make_section_anyway_with_flags (dynobj, ".got.funcdesc",
2320 ".rela.got.funcdesc",
2808 if ((eh->funcdesc.refcount > 0
2814 eh->funcdesc.offset = htab->sfuncdesc->size;
4307 shared library, emit a FUNCDESC relocation such that
4325 offset = sh_elf_hash_entry (h)->funcdesc.offset
2108 union gotref funcdesc; member in struct:elf_sh_link_hash_entry
    [all...]

Completed in 73 milliseconds