Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dimagetool.h270 #if !defined(__used)
272 # define __used __attribute__((__unused__)) macro
274 # define __used __attribute__((__used__)) macro
306 static struct image_type_params *SECTION(image_type) __used \
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler-gcc.h133 # define __used __attribute__((__unused__)) macro
135 # define __used __attribute__((__used__)) macro
157 #define __used __attribute__((__used__)) macro
H A Dcompiler.h373 #ifndef __used
374 # define __used /* unimplemented */ macro
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dsetup.h159 #define __tag __used __attribute__((__section__(".taglist")))
186 static struct early_params __early_##fn __used \