Home
last modified time | relevance | path

Searched refs:STT_FUNC (Results 1 - 25 of 53) sorted by relevance

123

/third_party/elfio/tests/
H A DELFIOTest.cpp267 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 DELFIOTest1.cpp98 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 Dasm.S56 .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 DMCSymbolELF.cpp103 case ELF::STT_FUNC: in setType()
133 return ELF::STT_FUNC; in getType()
H A DMCELFStreamer.cpp175 // 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 DELFObjectWriter.cpp492 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 Ddwflsyms.c39 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 Dx64-test-dwarf-expressions.S41 .type DW_CFA_expression_testcase STT_FUNC
57 .type DW_CFA_expression_inner STT_FUNC
/third_party/elfutils/libebl/
H A Deblsymboltypename.c50 [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 DELFStub.h30 Func = ELF::STT_FUNC,
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dvdso_support.h35 // 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 Dvdso_support.cc104 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init()
/third_party/libbpf/src/
H A Delf.c395 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 Dasm_newsym.c104 else if (type == STT_FUNC) in asm_newsym()
H A Dasm_newabssym.c102 else if (type == STT_FUNC) in asm_newabssym()
/third_party/elfio/examples/write_obj/
H A Dwrite_obj.cpp96 syma.add_symbol( stra, "_start", 0x00000000, 0, STB_WEAK, STT_FUNC, 0, in main()
/third_party/musl/src/internal/linux/
H A Dvdso.c55 #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 Dvdso.c55 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
/third_party/musl/src/internal/
H A Dvdso.c40 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsym.c129 && (GELF_ST_TYPE (sym->st_info) == STT_FUNC in __libdwfl_getsym()
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c243 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 DELFObjectFile.cpp41 {"Function", "FUNC", ELF::STT_FUNC},
/third_party/vixl/examples/aarch32/
H A Ddisasm-a32.cc143 (ELF32_ST_TYPE(sym[snum].st_info) == STT_FUNC)) { in LocateSymbols()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs268 // 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 Ddynlink.c289 #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()

Completed in 18 milliseconds

123