HomeSort by relevance Sort by last modified time
    Searched refs:__section__ (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.27/gold/testsuite/
gc_orphan_section_test.cc 29 int foo __attribute__((__section__("_foo"))) = 1;
30 int boo __attribute__((__section__("_boo"))) = 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_compat.h 67 #define WINPTHREADS_SECTION(X) __section__(X)
  /external/clang/test/CodeGen/
2009-07-22-StructLayout.c 23 static struct usb_cdc_ether_desc ecm_desc __attribute__ ((__section__(".init.data"))) = {
  /bionic/libc/arch-common/bionic/
crtbegin.c 33 #define SECTION(name) __attribute__((__section__(name)))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 69 #define BCMFASTPATH __attribute__ ((__section__ (".text.fastpath")))
70 #define BCMFASTPATH_HOST __attribute__ ((__section__ (".text.fastpath_host")))
  /external/syslinux/gpxe/src/include/gpxe/
tables.h 239 __attribute__ (( __section__ ( __table_section ( table, idx ) ),\
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 226 #define __section(x) __attribute__((__section__(x)))
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 208 #define __section(x) __attribute__((__section__(x)))
217 #define __section(x) __attribute__((__section__(x)))
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 38 def __section(x): return __attribute__((__section__(x)))
42 def __section(x): return __attribute__((__section__(x)))
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 38 def __section(x): return __attribute__((__section__(x)))
42 def __section(x): return __attribute__((__section__(x)))
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 38 def __section(x): return __attribute__((__section__(x)))
42 def __section(x): return __attribute__((__section__(x)))

Completed in 153 milliseconds