Searched defs:STT_FILE (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delf.h126 #define STT_FILE 4 macro
/external/syslinux/com32/include/sys/
H A Delfcommon.h256 #define STT_FILE 4 /* Symbol's name is file name */ macro
/external/llvm/include/llvm/Support/
H A DELF.h883 STT_FILE = 4, // Local, absolute symbol that refers to a file enumerator in enum:llvm::ELF::__anon12487
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h887 STT_FILE = 4, // Local, absolute symbol that refers to a file enumerator in enum:llvm::ELF::__anon20533
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h869 STT_FILE = 4, // Local, absolute symbol that refers to a file enumerator in enum:llvm::ELF::__anon19697
/external/elfutils/libelf/
H A Delf.h488 #define STT_FILE 4 /* Symbol's name is file name */ macro
/external/kmod/port-gnu/
H A Delf.h487 #define STT_FILE 4 /* Symbol's name is file name */ macro
/external/valgrind/perf/
H A Dtinycc.c460 #define STT_FILE 4 /* Symbol's name is file name */ macro
14857 /* an elf symbol of type STT_FILE must be put so that STB_LOCAL
14860 ELF32_ST_INFO(STB_LOCAL, STT_FILE), 0,

Completed in 416 milliseconds