Searched defs:sym (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/include/ |
| H A D | keep.h | 30 #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 D | inftrees.c | 42 unsigned sym; /* index of code symbols */ local
|
| H A D | inflate.c | 290 unsigned sym, bits; local
|
| /optee_os/core/arch/arm/include/ |
| H A D | arm64_macros.S | 141 .macro adr_l reg, sym
|
| /optee_os/core/kernel/ |
| H A D | ldelf_loader.c | 426 const char *sym, size_t symlen, vaddr_t *val) in ldelf_dlsym()
|
| /optee_os/core/pta/ |
| H A D | system.c | 264 char *sym = NULL; in system_dlsym() local
|
| /optee_os/lib/libutee/include/ |
| H A D | elf32.h | 141 #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 D | elf64.h | 150 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) argument 175 #define ELF64_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) argument
|