Home
last modified time | relevance | path

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

/optee_os/core/include/
H A Dkeep.h30 #define __DECLARE_KEEP_PAGER2(sym, file_id) \ argument
35 #define __DECLARE_KEEP_PAGER1(sym, file_id) __DECLARE_KEEP_PAGER2(sym, file_id) argument
36 #define DECLARE_KEEP_PAGER(sym) __DECLARE_KEEP_PAGER1(sym, __FILE_ID__) argument
38 #define __DECLARE_KEEP_INIT2(sym, file_id) \ argument
43 #define __DECLARE_KEEP_INIT1(sym, file_id) __DECLARE_KEEP_INIT2(sym, file_id) argument
44 #define DECLARE_KEEP_INIT(sym) __DECLARE_KEEP_INIT1(sym, __FILE_ID__) argument
/optee_os/core/lib/zlib/
H A Dinftrees.c42 unsigned sym; /* index of code symbols */ local
H A Dinflate.c290 unsigned sym, bits; local
/optee_os/core/arch/arm/include/
H A Darm64_macros.S141 .macro adr_l reg, sym
/optee_os/core/kernel/
H A Dldelf_loader.c426 const char *sym, size_t symlen, vaddr_t *val) in ldelf_dlsym()
/optee_os/core/pta/
H A Dsystem.c264 char *sym = NULL; in system_dlsym() local
/optee_os/lib/libutee/include/
H A Delf32.h141 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) argument
168 #define ELF32_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) argument
H A Delf64.h150 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) argument
175 #define ELF64_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) argument