/third_party/elfio/tests/ |
H A 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_UNDE in TEST() [all...] |
H A 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/ffmpeg/libavcodec/ppc/ |
H A D | asm.S | 56 .type X(\name), STT_FUNC 80 .type X(\name), STT_FUNC
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 103 case ELF::STT_FUNC: in setType() 133 return ELF::STT_FUNC; in getType()
|
H A D | MCELFStreamer.cpp | 175 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else 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()
|
H A D | ELFObjectWriter.cpp | 492 if (Type == ELF::STT_FUNC || Type == ELF::STT_OBJECT || 496 case ELF::STT_FUNC: 499 Type = ELF::STT_FUNC; 507 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC)
|
/third_party/elfutils/tests/ |
H A 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/libunwind/tests/ |
H A 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/ |
H A 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/ |
H A D | ELFStub.h | 30 Func = ELF::STT_FUNC,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | vdso_support.h | 35 // if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { 68 // On PowerPC64 VDSO symbols can either be of type STT_FUNC or STT_NOTYPE 75 enum { kVDSOSymbolType = STT_FUNC };
|
H A D | vdso_support.cc | 104 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init()
|
/third_party/libbpf/src/ |
H A D | elf.c | 395 ret = elf_sym_iter_new(&iter, elf, binary_path, sh_types[i], STT_FUNC); in elf_find_func_offset() 517 err = elf_sym_iter_new(&iter, elf_fd.elf, binary_path, sh_types[i], STT_FUNC); in elf_resolve_syms_offsets() 598 err = elf_sym_iter_new(&iter, elf_fd.elf, binary_path, sh_types[i], STT_FUNC); in elf_resolve_pattern_offsets()
|
/third_party/elfutils/libasm/ |
H A D | asm_newsym.c | 104 else if (type == STT_FUNC) in asm_newsym()
|
H A D | asm_newabssym.c | 102 else if (type == STT_FUNC) in asm_newabssym()
|
/third_party/elfio/examples/write_obj/ |
H A D | write_obj.cpp | 96 syma.add_symbol( stra, "_start", 0x00000000, 0, STB_WEAK, STT_FUNC, 0, in main()
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 55 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 55 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
|
/third_party/musl/src/internal/ |
H A D | vdso.c | 40 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getsym.c | 129 && (GELF_ST_TYPE (sym->st_info) == STT_FUNC in __libdwfl_getsym()
|
/third_party/ltp/libs/libltpvdso/ |
H A 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/ |
H A D | ELFObjectFile.cpp | 41 {"Function", "FUNC", ELF::STT_FUNC},
|
/third_party/vixl/examples/aarch32/ |
H A D | disasm-a32.cc | 143 (ELF32_ST_TYPE(sym[snum].st_info) == STT_FUNC)) { in LocateSymbols()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 268 // symbols to have type `STT_FUNC`, but on powerpc64, the vDSO 270 if (ELF_ST_TYPE(sym.st_info) != STT_FUNC &&
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 289 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON | 1<<STT_TLS) 993 if ((p->syms[i].st_info&0xf)==STT_FUNC && p->syms[i].st_shndx) { in makefuncdescs() 2247 if (DL_FDPIC && (def.sym->st_info&0xf) == STT_FUNC) in do_dlsym() 2275 if (idx < nsym && (sym[idx].st_info&0xf) == STT_FUNC) { in dladdr() 2311 if (DL_FDPIC && (bestsym->st_info&0xf) == STT_FUNC) in dladdr()
|