Searched refs:__used (Results 1 – 9 of 9) sorted by relevance
| /u-boot/tools/ |
| A D | imagetool.h | 300 #if !defined(__used) 302 # define __used __attribute__((__unused__)) macro 304 # define __used __attribute__((__used__)) macro 336 static struct image_type_params *SECTION(image_type) __used \
|
| /u-boot/arch/arm/include/asm/ |
| A D | secure.h | 25 __used __section("._secure_svc_tbl_entries") \
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | getopt.h | 47 static __used __section("_u_boot_sandbox_getopt") \
|
| /u-boot/arch/arm/mach-omap2/omap3/ |
| A D | sys_info.c | 92 __used u32 get_cpu_family(void) in get_cpu_family() 122 __used u32 get_cpu_rev(void) in get_cpu_rev()
|
| /u-boot/lib/ |
| A D | string.c | 524 __used void * memset(void * s,int c,size_t count) in memset() 563 __used void * memcpy(void *dest, const void *src, size_t count) in memcpy() 597 __used void * memmove(void * dest,const void *src,size_t count) in memmove() 633 __used int memcmp(const void * cs,const void * ct,size_t count) in memcmp()
|
| /u-boot/include/ |
| A D | event.h | 151 __used ll_entry_declare(struct evspy_info, _type ## _3_ ## _func, \
|
| /u-boot/include/linux/ |
| A D | compiler.h | 157 __used \ 297 static void * __section(".discard.addressable") __used \
|
| A D | compiler_attributes.h | 265 #define __used __attribute__((__used__)) macro
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | mxc_nand_spl.c | 330 __used void nand_boot(void) in nand_boot()
|
Completed in 15 milliseconds