/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 267 STB_GLOBAL, STT_FUNC, 12, in TEST() 269 checkSymbol( sr, 66, "main", 0x08048384, 43, STB_GLOBAL, STT_FUNC, 12, in TEST() 271 checkSymbol( sr, 67, "_init", 0x0804824c, 0, STB_GLOBAL, STT_FUNC, 10, in TEST() 382 checkSymbol( sr, 65, "main", 0x00400498, 21, STB_GLOBAL, STT_FUNC, 12, in TEST() 384 checkSymbol( sr, 66, "_init", 0x00400370, 0, STB_GLOBAL, STT_FUNC, 10, in TEST() 457 checkSymbol( sr, 9, "main", 0x00000000, 21, STB_GLOBAL, STT_FUNC, 1, in TEST() 519 checkSymbol( sr, 8, "main", 0x00000000, 43, STB_GLOBAL, STT_FUNC, 1, in TEST() 573 checkSymbol( sr, 14, "main", 0x00000000, 92, STB_GLOBAL, STT_FUNC, 1, in TEST() 575 checkSymbol( sr, 8, "_GLOBAL__I_main", 0x000000DC, 60, STB_LOCAL, STT_FUNC, in TEST() 673 204, STB_GLOBAL, STT_FUNC, SHN_UNDEF, in TEST() [all …]
|
D | ELFIOTest1.cpp | 98 STT_FUNC, 0, text_sec->get_index() ); in write_obj_i386() 615 unsigned char type = STT_FUNC; in TEST() 727 unsigned char type = STT_FUNC; in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSymbolELF.cpp | 103 case ELF::STT_FUNC: in setType() 133 return ELF::STT_FUNC; in getType()
|
D | MCELFStreamer.cpp | 179 for (unsigned Type : {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC, in CombineSymbolTypes() 243 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_FUNC)); in EmitSymbolAttribute()
|
D | ELFObjectWriter.cpp | 492 if (Type == ELF::STT_FUNC || Type == ELF::STT_OBJECT || in mergeTypeForSet() 496 case ELF::STT_FUNC: in mergeTypeForSet() 499 Type = ELF::STT_FUNC; in mergeTypeForSet() 507 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC) in mergeTypeForSet()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | asm.S | 56 .type X(\name), STT_FUNC 80 .type X(\name), STT_FUNC
|
/third_party/elfutils/tests/ |
D | dwflsyms.c | 39 case STT_FUNC: in gelf_type() 150 if (GELF_ST_TYPE (sym.st_info) == STT_FUNC && shndxp != SHN_UNDEF) in list_syms()
|
/third_party/libunwind/tests/ |
D | x64-test-dwarf-expressions.S | 41 .type DW_CFA_expression_testcase STT_FUNC 57 .type DW_CFA_expression_inner STT_FUNC
|
/third_party/elfutils/libebl/ |
D | eblsymboltypename.c | 50 [STT_FUNC] = "FUNC", in ebl_symbol_type_name()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/ |
D | ELFStub.h | 30 Func = ELF::STT_FUNC,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.h | 75 enum { kVDSOSymbolType = STT_FUNC };
|
D | vdso_support.cc | 104 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init()
|
D | stacktrace_x86-inl.inc | 181 if (!vdso.LookupSymbol("__kernel_rt_sigreturn", "LINUX_2.5", STT_FUNC, 183 !vdso.LookupSymbol("__kernel_vsyscall", "LINUX_2.5", STT_FUNC,
|
/third_party/elfutils/libasm/ |
D | asm_newabssym.c | 102 else if (type == STT_FUNC) in asm_newabssym()
|
D | asm_newsym.c | 104 else if (type == STT_FUNC) in asm_newsym()
|
/third_party/elfio/examples/write_obj/ |
D | write_obj.cpp | 96 syma.add_symbol( stra, "_start", 0x00000000, 0, STB_WEAK, STT_FUNC, 0, in main()
|
/third_party/libffi/src/bfin/ |
D | sysv.S | 40 .type _ffi_call_SYSV, STT_FUNC;
|
/third_party/musl/src/internal/ |
D | vdso.c | 40 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 55 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 54 pub(super) const STT_FUNC: u8 = 2; constant
|
D | vdso.rs | 270 if (ELF_ST_TYPE(sym.st_info) != STT_FUNC && in sym()
|
/third_party/libunwind/src/ |
D | elfxx.c | 129 if (ELF_W (ST_TYPE) (sym->st_info) == STT_FUNC in elf_w() 209 if (ELF_W (ST_TYPE) (sym->st_info) == STT_FUNC in elf_w()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 129 && (GELF_ST_TYPE (sym->st_info) == STT_FUNC in __libdwfl_getsym()
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 243 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 41 {"Function", "FUNC", ELF::STT_FUNC},
|