/third_party/elfutils/tests/ |
D | asm-tst8.c | 59 if (asm_newabssym (ctx, "tst8-out.s", 4, 0xfeedbeef, STT_FILE, STB_LOCAL) in main() 167 if (GELF_ST_TYPE (sym->st_info) != STT_FILE) in main()
|
D | dwflsyms.c | 43 case STT_FILE: in gelf_type()
|
D | backtrace.c | 457 case STT_FILE: in exec_dump()
|
/third_party/elfutils/libebl/ |
D | eblsymboltypename.c | 52 [STT_FILE] = "FILE", in ebl_symbol_type_name()
|
/third_party/elfutils/src/ |
D | nm.c | 803 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_FILE) in show_symbols_sysv() 956 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_FILE) in show_symbols_bsd() 1088 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_FILE) in show_symbols_posix()
|
D | addr2line.c | 503 case STT_FILE: in find_symbol()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 216 && GELF_ST_TYPE (sym.st_info) != STT_FILE in search_table()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 43 {"File", "FILE", ELF::STT_FILE},
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 421 #define STT_FILE 4 /* Source file. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 421 #define STT_FILE 4 /* Source file. */ macro
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 264 checkSymbol( sr, 39, "hello.c", 0x00000000, 0, STB_LOCAL, STT_FILE, in TEST() 376 checkSymbol( sr, 40, "hello.c", 0x00000000, 0, STB_LOCAL, STT_FILE, in TEST()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 530 #define STT_FILE 4 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 887 STT_FILE = 4, // Local, absolute symbol that refers to a file enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 595 case ELF::STT_FILE: in getSymbolType() 623 if (ESym->getType() == ELF::STT_FILE || ESym->getType() == ELF::STT_SECTION) in getSymbolFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1054 STT_FILE = 4, // Local, absolute symbol that refers to a file enumerator
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 45 case STT_FILE: in stt_to_elf_symbol_type()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 461 { STT_FILE, "FILE" }, { STT_COMMON, "COMMON" },
|
D | elf_types.hpp | 709 constexpr Elf_Word STT_FILE = 4; variable
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 510 #define STT_FILE 4 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 729 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT, in computeSymbolTable()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 510 #define STT_FILE 4 macro
|
/third_party/musl/include/ |
D | elf.h | 510 #define STT_FILE 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 510 #define STT_FILE 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 510 #define STT_FILE 4 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 511 #define STT_FILE 4 macro
|