Searched refs:__attribute__ (Results 76 - 100 of 105) sorted by relevance

12345

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_create.c111 __asm__("final_exit") __attribute__((used));
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dmkfs_msdos.c83 } __attribute__((packed));
98 } __attribute__((packed));
108 } __attribute__((packed));
117 } __attribute__((packed));
127 } __attribute__((packed));
/fuchsia/zircon/kernel/object/include/object/
H A Djob_dispatcher.h151 __attribute__((warn_unused_result)) LiveRefsArray ForEachChildInLocked(
/fuchsia/zircon/system/public/zircon/driver/
H A Dbinding.h238 # define ZIRCON_DRIVER_NOTE_ASAN __attribute__((no_sanitize("address")))
243 // GCC has a quirk about how '__attribute__((visibility("default")))'
255 // all the types (i.e. GNU __attribute__ syntax instead of C11 syntax).
/fuchsia/zircon/system/utest/core/elf-tls/
H A Dtls.cpp72 __attribute__((aligned(0x1000))) thread_local int aligned_var = 123;
/fuchsia/zircon/system/utest/fs/
H A Dwrap.c28 #define FN(n) __attribute__((used)) __wrap_##n
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactbl.h242 } __attribute__((aligned(8))) ACPI_TABLE_FACS;
/fuchsia/zircon/third_party/uapp/dash/src/
H A Darith_yacc.c78 static void yyerror(const char *s) __attribute__ ((noreturn));
H A Dparser.c107 STATIC void synexpect(int) __attribute__((__noreturn__));
108 STATIC void synerror(const char *) __attribute__((__noreturn__));
H A Deval.c318 __attribute__ ((alias("evaltree")));
H A Djobs.c370 __attribute__((__alias__("fgcmd")));
/fuchsia/zircon/third_party/ulib/musl/include/bits/
H A Dalltypes.h465 __attribute__((__capability__("mutex")))
/fuchsia/zircon/third_party/ulib/musl/src/env/
H A D__libc_start_main.c28 __asm__("start_main") __attribute__((used));
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/rand/
H A Drand.c84 static void rand_thread_state_clear_all(void) __attribute__((destructor));
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Ddevice.cpp177 DeviceInfo* released __attribute__((unused)) = info.release();
564 zxcrypt::Device* devmgr_owned __attribute__((unused));
/fuchsia/zircon/kernel/lib/debugcommands/
H A Ddebugcommands.cpp329 __attribute__((noinline)) static void stomp_stack(size_t size) {
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacefi.h62 #define EFIAPI __attribute__((ms_abi))
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc.h7 /* Defined if __attribute__((...)) syntax is supported. */
170 # define JEMALLOC_ATTR(s) __attribute__((s))
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c192 __NO_SAFESTACK NO_ASAN __attribute__((malloc))
430 __attribute__((__visibility__("hidden"))) ptrdiff_t __tlsdesc_static(void), __tlsdesc_dynamic(void);
1601 __attribute__((__visibility__("hidden"))) void* __tls_get_new(size_t* v) {
1691 __NO_SAFESTACK NO_ASAN __attribute__((__visibility__("hidden")))
2219 __attribute__((__visibility__("hidden"))) int __dl_invalid_handle(void* h) {
2371 __attribute__((__visibility__("hidden"))) void __dl_vseterr(const char*, va_list);
2533 __NO_SAFESTACK __attribute__((__visibility__("hidden"))) void _dl_log_write(
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dobject.h45 __attribute__((warn_unused_result)) zx_handle_t release() {
/fuchsia/zircon/system/utest/core/futex/
H A Dfutex.cpp448 } __attribute__((packed)) buffer;
/fuchsia/zircon/system/ulib/trace/include/trace/
H A Devent_internal.h153 __attribute__((cleanup(trace_internal_cleanup_duration_scope))) \
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h372 * checking prefers __packed over __attribute__((packed)).
375 #define __packed __attribute__((packed))
379 #define __aligned(x) __attribute__((aligned(x)))
/fuchsia/zircon/system/dev/bus/acpi/
H A Dbus-acpi.c305 static __attribute__ ((unused)) acpi_protocol_ops_t acpi_proto = {
/fuchsia/zircon/third_party/ulib/backtrace/
H A Delf.c897 __attribute__ ((__force_align_arg_pointer__))

Completed in 248 milliseconds

12345