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

/external/elfutils/libebl/
H A Deblsymboltypename.c75 [STT_FUNC] = "FUNC",
/external/llvm/lib/MC/
H A DMCELF.cpp38 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION ||
49 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION ||
H A DMCELFStreamer.cpp281 MCELF::SetType(SD, ELF::STT_FUNC);
/external/llvm/include/llvm/MC/
H A DMCELFSymbolFlags.h39 ELF_STT_Func = (ELF::STT_FUNC << ELF_STT_Shift),
/external/elfutils/libasm/
H A Dasm_newabssym.c104 else if (type == STT_FUNC)
H A Dasm_newsym.c103 else if (type == STT_FUNC)
/external/grub/stage2/
H A Di386-elf.h148 #define STT_FUNC 2 macro
/external/elfutils/src/
H A Di386_ld.c459 if (symbol == NULL || symbol->type != STT_FUNC
604 if (unlikely (sym->type != STT_FUNC) && ! sym->need_copy)
632 sym->type = STT_FUNC;
806 assert (value != 0 || symref[idx]->type != STT_FUNC);
831 && symref[idx]->type != STT_FUNC)
H A Dldgeneric.c719 if (oldp->type == STT_FUNC)
743 if (likely (oldp->type == STT_FUNC))
783 if (oldp->type == STT_FUNC)
5525 if (runp->type == STT_FUNC)
H A Delflint.c726 if (GELF_R_TYPE (sym->st_info) == STT_FUNC)
2072 && GELF_ST_TYPE (sym->st_info) != STT_FUNC)
/external/kernel-headers/original/linux/
H A Delf.h94 #define STT_FUNC 2 macro
/external/valgrind/main/VEX/switchback/
H A Dlinker.c703 if (S && ELF_ST_TYPE(sym.st_info) == STT_FUNC) {
716 if (S && (ELF_ST_TYPE(sym.st_info) == STT_FUNC) && (A != 0))
1076 case STT_FUNC : if (debug_linker>1) fprintf(stderr, "func " ); break;
1242 ( ELF_ST_TYPE(stab[j].st_info)==STT_FUNC ||
1263 if (ELF_ST_TYPE(stab[j].st_info) == STT_FUNC)
/external/valgrind/main/VEX/unused/
H A Dlinker.c598 if (S && ELF_ST_TYPE(sym.st_info) == STT_FUNC) {
611 if (S && (ELF_ST_TYPE(sym.st_info) == STT_FUNC) && (A != 0))
915 case STT_FUNC : if (debug_linker>1) fprintf(stderr, "func " ); break;
1077 ( ELF_ST_TYPE(stab[j].st_info)==STT_FUNC ||
1098 if (ELF_ST_TYPE(stab[j].st_info) == STT_FUNC)
/external/qemu/
H A Delf_ops.h137 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) {
H A Delf.h211 #define STT_FUNC 2 macro
/external/llvm/include/llvm/Support/
H A DELF.h892 STT_FUNC = 2, // Symbol is executable code (function, etc.) enumerator in enum:llvm::ELF::__anon7216
/external/llvm/include/llvm/Object/
H A DELF.h808 case ELF::STT_FUNC:
842 case ELF::STT_FUNC:
947 case ELF::STT_FUNC:
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c164 case STT_FUNC: VG_(printf)("FUN "); break;
251 (ELFXX_ST_TYPE(sym->st_info) == STT_FUNC
/external/strace/
H A Dsystem.c2185 { STT_FUNC, "STT_FUNC" },
/external/elfutils/libelf/
H A Delf.h463 #define STT_FUNC 2 /* Symbol is a code object */ macro
/external/linux-tools-perf/util/
H A Dsymbol.c801 return elf_sym__type(sym) == STT_FUNC &&
/external/valgrind/main/perf/
H A Dtinycc.c458 #define STT_FUNC 2 /* Symbol is a code object */ macro
6925 sym_type = STT_FUNC;
19283 dynamic symbols. If a symbol STT_FUNC is found, then we
19298 if (type == STT_FUNC) {
20563 if (type == STT_FUNC) {

Completed in 188 milliseconds