Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dimagetool.h268 #if !defined(__used)
270 # define __used __attribute__((__unused__)) macro
272 # define __used __attribute__((__used__)) macro
304 static struct image_type_params *SECTION(image_type) __used \
/external/u-boot/include/linux/
Dcompiler-gcc.h132 # define __used __attribute__((__unused__)) macro
134 # define __used __attribute__((__used__)) macro
156 #define __used __attribute__((__used__)) macro
Dcompiler.h373 #ifndef __used
374 # define __used /* unimplemented */ macro
/external/u-boot/arch/nds32/include/asm/
Dsetup.h158 #define __tag __used __attribute__((__section__(".taglist")))
185 static struct early_params __early_##fn __used \
/external/u-boot/arch/riscv/include/asm/
Dsetup.h163 #define __tag __used __attribute__((__section__(".taglist")))
190 static struct early_params __early_##fn __used \