Home
last modified time | relevance | path

Searched defs:ELF (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavutil/aarch64/
Dasm.S24 # define ELF macro
26 # define ELF # macro
160 ELF .size \name, . - \name label
168 ELF .type EXTERN_ASM\name, %function label
173 ELF .type \name, %function label
181 ELF .size \name, . - \name label
/third_party/skia/third_party/externals/libpng/arm/
Dfilter_neon.S35 # define ELF macro
37 # define ELF @ macro
45 ELF .size \name, . - \name label
60 ELF .type \name, STT_FUNC label
/third_party/ffmpeg/libavutil/arm/
Dasm.S24 # define ELF macro
26 # define ELF @ macro
67 ELF .object_arch armv4 label
72 ELF .eabi_attribute 10, 0 @ suppress Tag_FP_arch label
73 ELF .eabi_attribute 12, 0 @ suppress Tag_Advanced_SIMD_arch label
76 ELF .eabi_attribute 10, 0 @ suppress Tag_FP_arch label
81 ELF .eabi_attribute 25, 1 @ Tag_ABI_align_preserved label
82 ELF .section .note.GNU-stack,"",%progbits @ Mark stack as non-executable label
97 ELF .size \name, . - \name label
105 ELF .type EXTERN_ASM\name, %function label
[all …]
/third_party/libabigail/doc/manuals/
Dlibabigail-overview.rst45 .. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format target
Dabilint.rst98 .. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format target in Options
Dkmidiff.rst247 .. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format target in Options
Dabidiff.rst830 .. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format target in Usage examples
Dabipkgdiff.rst570 .. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format target in Return value
Dabidw.rst387 .. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format target
Dlibabigail-concepts.rst1686 .. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format target
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DStringTableBuilder.h25 enum Kind { ELF, WinCOFF, MachO, RAW, DWARF, XCOFF }; enumerator
/third_party/ffmpeg/tests/checkasm/arm/
Dcheckasm.S28 ELF .eabi_attribute 10, 0 @ suppress Tag_FP_arch label
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c35 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h226 ELF, enumerator
/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc584 class ELF { class
586 explicit ELF(Zone* zone) : sections_(zone) { in ELF() function in v8::internal::GDBJITInterface::ELF
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6139 ELF = (1 << MCObjectFileInfo::IsELF), in parsePrefix() enumerator