HomeSort by relevance Sort by last modified time
    Searched defs:__used (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 218 #define __used __attribute__((__used__)) macro
220 #define __used __unused macro
  /external/u-boot/include/linux/
compiler-gcc.h 132 # define __used __attribute__((__unused__)) macro
134 # define __used __attribute__((__used__)) macro
156 #define __used __attribute__((__used__)) macro
compiler.h 364 * compiler in gcc 3.3, we must define __used to be __attribute__((used))
370 * Mark functions that are referenced only in inline assembly as __used so
373 #ifndef __used
374 # define __used /* unimplemented */ macro
  /external/u-boot/tools/
imagetool.h 268 #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 \
  /bionic/libc/include/sys/
cdefs.h 90 #define __used __attribute__((__used__)) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 205 #define __used __attribute__((__used__)) macro
214 #define __used __attribute__((__used__)) macro

Completed in 363 milliseconds