/toolchain/binutils/binutils-2.25/ld/emulparams/ |
shlelf_fd.sh | 6 GOT=".got ${RELOCATING-0} : { *(.got.funcdesc) *(.got.plt) *(.got) }" 8 .rela.got.funcdesc ${RELOCATING-0} : { *(.rela.got.funcdesc) }
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
fdpic.s | 4 .long foo@FUNCDESC
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
fdpic-funcdesc-shared.s | 6 .long foo@FUNCDESC
|
fdpic-funcdesc-static.s | 6 .long foo@FUNCDESC
|
fdpic-funcdesc-static.d | 1 #source: fdpic-funcdesc-static.s
|
fdpic-funcdesc-shared.d | 1 #source: fdpic-funcdesc-shared.s
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/ |
fdpic5.s | 37 .picptr funcdesc(UFb)
|
fdpic6.s | 54 .picptr funcdesc(WFb)
|
fdpic1.s | 63 .picptr funcdesc(.Fb)
|
fdpic2.s | 80 .picptr funcdesc(GFb)
|
fdpic3.s | 98 .picptr funcdesc(HFb)
|
fdpic4.s | 98 .picptr funcdesc(PFb)
|
fdpic7.s | 62 .picptr funcdesc(.Fb+4)
|
fdpic8.s | 80 .picptr funcdesc(GFb+4)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/ |
fdpic.s | 38 .picptr funcdesc(foo)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
oaidl.h | 562 } FUNCDESC; 672 FUNCDESC *pFuncDesc) = 0; 785 FUNCDESC *pFuncDesc); 929 static FORCEINLINE HRESULT ICreateTypeInfo_AddFuncDesc(ICreateTypeInfo* This,UINT index,FUNCDESC *pFuncDesc) { 1038 FUNCDESC *pFuncDesc); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
libhttplib2.tex | 156 % classdesc - Python classes; same arguments are funcdesc 157 % methoddesc - methods, like funcdesc but has an optional parameter
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-sh.c | 2404 union gotref funcdesc; member in struct:elf_sh_link_hash_entry [all...] |
elf32-bfin.c | [all...] |
elf32-frv.c | [all...] |
ChangeLog-2010 | [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
ChangeLog-2010 | 860 * ld-sh/fdpic-funcdesc-shared.d: New file. 861 * ld-sh/fdpic-funcdesc-shared.s: New file. 862 * ld-sh/fdpic-funcdesc-static.d: New file. 863 * ld-sh/fdpic-funcdesc-static.s: New file. [all...] |
ChangeLog-2004 | 919 * ld-frv/fdpic-pie-2.d: Adjust for decay of FUNCDESC relocs that [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-frv.c | [all...] |
tc-bfin.c | 88 if (strncasecmp (input_line_pointer, "funcdesc(", 9) == 0) 98 error ("missing funcdesc in picptr"); [all...] |