Home
last modified time | relevance | path

Searched refs:__used (Results 1 – 9 of 9) sorted by relevance

/u-boot/tools/
A Dimagetool.h300 #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 Dsecure.h25 __used __section("._secure_svc_tbl_entries") \
/u-boot/arch/sandbox/include/asm/
A Dgetopt.h47 static __used __section("_u_boot_sandbox_getopt") \
/u-boot/arch/arm/mach-omap2/omap3/
A Dsys_info.c92 __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 Dstring.c524 __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 Devent.h151 __used ll_entry_declare(struct evspy_info, _type ## _3_ ## _func, \
/u-boot/include/linux/
A Dcompiler.h157 __used \
297 static void * __section(".discard.addressable") __used \
A Dcompiler_attributes.h265 #define __used __attribute__((__used__)) macro
/u-boot/drivers/mtd/nand/raw/
A Dmxc_nand_spl.c330 __used void nand_boot(void) in nand_boot()

Completed in 15 milliseconds