Searched refs:symlist (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.h | 70 typedef SLIST_HEAD(symlist, symbol_node) symlist_t; 194 symlist_search(symlist_t *symlist, char *symname); 197 symlist_add(symlist_t *symlist, symbol_t *symbol, int how); 201 void symlist_free(symlist_t *symlist);
|
| H A D | aicasm_symbol.c | 208 symlist_search(symlist_t *symlist, char *symname) in symlist_search() argument 212 curnode = SLIST_FIRST(symlist); in symlist_search() 222 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add() argument 254 curnode = SLIST_FIRST(symlist); in symlist_add() 263 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 292 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 297 symlist_free(symlist_t *symlist) in symlist_free() argument 301 node1 = SLIST_FIRST(symlist); in symlist_free() 307 SLIST_INIT(symlist); in symlist_free()
|
| H A D | aicasm.h | 72 extern struct symlist patch_functions;
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unifdef.c | 173 static bool symlist; /* -s: output symbol list */ variable 298 symlist = true; in main() 301 symlist = symdepth = true; in main() 555 if (symlist) in flushline() 1129 if (symlist) { in findsym()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc-tests.inc | 29 find ${B}/conform -name "symlist-*" -delete
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0033-verifiers-Move-verifiers-API-to-kernel-image.patch | 86 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 95 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 104 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 113 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 122 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 131 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 140 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 149 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 158 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 167 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources [all …]
|
| H A D | 0131-kern-buffer-Add-variable-sized-heap-buffer.patch | 44 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 53 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 62 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 71 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 80 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 89 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 98 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 107 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 116 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 125 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources [all …]
|
| H A D | 0032-efi-Add-secure-boot-detection.patch | 50 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 59 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 68 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 77 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 86 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 95 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 104 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources
|
| H A D | 0035-kern-Add-lockdown-support.patch | 193 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 202 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 211 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 220 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 229 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 238 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources 247 nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources
|
| H A D | 0034-efi-Move-the-shim_lock-verifier-to-the-GRUB-core.patch | 12361 - $(am__append_5798) symlist.h symlist.c kernel_syms.lst \ 12363 + $(am__append_5791) symlist.h symlist.c kernel_syms.lst \ 12844 symlist.h symlist.c
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package.bbclass | 526 keep_symbols_file = minidebugfile + '.symlist'
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 180418 Add xf86RandRSetNewVirtualAndDimensions to loader symlist 186771 Add xf86[GetGammaRamp|ChangeGammaRamp|GetGammaRampSize] to symlist in order
|