Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dcdefs_aout.h16 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ argument
21 #define __strong_alias(alias,sym) \ argument
24 #define __weak_alias(alias,sym) \ argument
29 #define __weak_extern(sym) \ argument
33 #define __weak_reference(sym) __attribute__((__weakref__)) argument
35 #define __weak_reference(sym) ; __asm(".weak " _C_LABEL_STRING(#sym)) argument
38 #define __warn_references(sym,msg) \ argument
42 #define __strong_alias(alias,sym) /* NOTHING */ argument
43 #define __weak_alias(alias,sym) /* NOTHING */ argument
44 #define __weak_extern(sym) /* NOTHING */ argument
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Dasm.h110 #define WEAK_ALIAS(alias,sym) \ argument
118 #define STRONG_ALIAS(alias,sym) \ argument
123 #define WARN_REFERENCES(sym,msg) \ argument
127 #define WARN_REFERENCES(sym,msg) \ argument
131 #define WARN_REFERENCES(sym,msg) \ argument
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dasm.h102 #define WEAK_ALIAS(alias,sym) \ argument
109 #define STRONG_ALIAS(alias,sym) \ argument
115 #define WARN_REFERENCES(sym,msg) \ argument
119 #define WARN_REFERENCES(sym,msg) \ argument
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dasm.h181 #define WEAK_ALIAS(alias,sym) \ argument
188 #define STRONG_ALIAS(alias,sym) \ argument
193 #define WARN_REFERENCES(sym,msg) \ argument
197 #define WARN_REFERENCES(sym,msg) \ argument
201 #define WARN_REFERENCES(sym,msg) \ argument
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dcdefs.h456 #define __strong_reference(sym,aliassym) \ argument
460 #define __weak_reference(sym,alias) \ argument
463 #define __warn_references(sym,msg) \ argument
467 #define __sym_compat(sym,impl,verid) \ argument
469 #define __sym_default(sym,impl,verid) \ argument
472 #define __weak_reference(sym,alias) \ argument
475 #define __warn_references(sym,msg) \ argument
479 #define __sym_compat(sym,impl,verid) \ argument
481 #define __sym_default(impl,sym,verid) \ argument
486 #define __GLOBL1(sym) __asm__(".globl " #sym) argument
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dasm.h176 #define WEAK_ALIAS(alias,sym) \ argument
183 #define STRONG_ALIAS(alias,sym) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dfirstsets.c35 int *sym; in calcfirstset() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dfirstsets.c35 int *sym; in calcfirstset() local
Dspark.py337 def isnullable(self, sym): argument
352 def makeState(self, state, sym): argument
433 def goto(self, state, sym): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c141 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
206 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
241 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
286 static int ll_loadfunc (lua_State *L, const char *path, const char *sym) { in ll_loadfunc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinftrees.c41 unsigned sym; /* index of code symbols */ local
Dinfback.c83 unsigned sym, bits; local
Dinflate.c215 unsigned sym, bits; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinftrees.c41 unsigned sym; /* index of code symbols */ local
Dinfback.c92 unsigned sym, bits; local
Dinflate.c271 unsigned sym, bits; local
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c307 static uint8_t fixupAddress(uint32_t *addr, struct SymtabEntry *sym, bool debug) in fixupAddress()
344 struct SymtabEntry *sym = &app->symtab[symIdx]; in relocDiag() local
352 struct SymtabEntry *sym, struct NanoRelocEntry *nanoReloc) in fixupReloc()
484 struct SymtabEntry *sym = &app.symtab[whichSym]; in handleApp() local
Dpostprocess_elf.c738 uint32_t sym = ELF32_R_SYM(relocs[i].r_info); in genElfNanoRelocs() local
/device/linaro/hikey/gralloc960/
Dmali_gralloc_formats.cpp71 void *sym = dlsym(dso_handle, MALI_GRALLOC_FORMATCAPS_SYM_NAME_STR); in get_block_capabilities() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Delf64.h160 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) argument
185 #define ELF64_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) argument
Delf32.h152 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) argument
179 #define ELF32_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf32.h152 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) argument
179 #define ELF32_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) argument
Delf64.h160 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) argument
185 #define ELF64_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1190 int sym; in validate_varargslist_trailer() local
1236 int sym; in validate_varargslist() local
1658 int sym = TYPE(CHILD(tree, 1)); in validate_print_stmt() local
2776 int sym = TYPE(CHILD(tree, i)); in validate_arglist() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1219 int sym; in validate_varargslist_trailer() local
1265 int sym; in validate_varargslist() local
1687 int sym = TYPE(CHILD(tree, 1)); in validate_print_stmt() local
2805 int sym = TYPE(CHILD(tree, i)); in validate_arglist() local

12