/third_party/elfutils/tests/ |
H A 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()
|
H A D | dwflsyms.c | 43 case STT_FILE: in gelf_type()
|
H A D | backtrace.c | 457 case STT_FILE: in exec_dump()
|
/third_party/elfutils/libebl/ |
H A D | eblsymboltypename.c | 52 [STT_FILE] = "FILE", in ebl_symbol_type_name()
|
/third_party/elfutils/libdwfl/ |
H A 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/ |
H A D | ELFObjectFile.cpp | 43 {"File", "FILE", ELF::STT_FILE},
|
/third_party/elfutils/src/ |
H A 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()
|
H A D | addr2line.c | 503 case STT_FILE: in find_symbol()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 530 #define STT_FILE 4 macro
|
/third_party/elfio/tests/ |
H A 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/libabigail/src/ |
H A D | abg-elf-helpers.cc | 45 case STT_FILE: in stt_to_elf_symbol_type()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A 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/BinaryFormat/ |
H A D | ELF.h | 1054 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/ |
H A 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/elfio/elfio/ |
H A D | elfio_dump.hpp | 461 { STT_FILE, "FILE" }, { STT_COMMON, "COMMON" },
|
H A D | elf_types.hpp | 709 constexpr Elf_Word STT_FILE = 4; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 512 #define STT_FILE 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 510 #define STT_FILE 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 510 #define STT_FILE 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 510 #define STT_FILE 4 macro
|
/third_party/musl/include/ |
H A D | elf.h | 518 #define STT_FILE 4 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 726 // i.e. a non-STT_FILE symbol with the same name may appear. in computeSymbolTable() 729 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT, in computeSymbolTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 598 ECase(STT_FILE); in enumeration()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 601 #define STT_FILE 4 /* Symbol's name is file name */ macro
|