Home
last modified time | relevance | path

Searched refs:STT_FUNC (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/MC/
DMCELF.cpp38 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION || in SetType()
49 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION || in GetType()
DMCELFStreamer.cpp190 MCELF::SetType(SD, ELF::STT_FUNC); in EmitSymbolAttribute()
/external/elfutils/libebl/
Deblsymboltypename.c75 [STT_FUNC] = "FUNC",
/external/llvm/include/llvm/MC/
DMCELFSymbolFlags.h39 ELF_STT_Func = (ELF::STT_FUNC << ELF_STT_Shift),
/external/elfutils/libasm/
Dasm_newabssym.c104 else if (type == STT_FUNC)
Dasm_newsym.c103 else if (type == STT_FUNC)
/external/elfutils/src/
Di386_ld.c459 if (symbol == NULL || symbol->type != STT_FUNC in elf_i386_finalize_plt()
604 if (unlikely (sym->type != STT_FUNC) && ! sym->need_copy) in elf_i386_count_relocations()
632 sym->type = STT_FUNC; in elf_i386_count_relocations()
806 assert (value != 0 || symref[idx]->type != STT_FUNC); in elf_i386_create_relocations()
831 && symref[idx]->type != STT_FUNC) in elf_i386_create_relocations()
Dldgeneric.c719 if (oldp->type == STT_FUNC) in check_definition()
743 if (likely (oldp->type == STT_FUNC)) in check_definition()
783 if (oldp->type == STT_FUNC) in check_definition()
5525 if (runp->type == STT_FUNC) in ld_generic_create_outfile()
Delflint.c726 if (GELF_R_TYPE (sym->st_info) == STT_FUNC) in check_symtab()
2072 && GELF_ST_TYPE (sym->st_info) != STT_FUNC) in check_gnu_hash()
/external/grub/stage2/
Di386-elf.h148 #define STT_FUNC 2 macro
/external/valgrind/main/VEX/unused/
Dlinker.c598 if (S && ELF_ST_TYPE(sym.st_info) == STT_FUNC) { in do_Elf_Rela_relocations()
611 if (S && (ELF_ST_TYPE(sym.st_info) == STT_FUNC) && (A != 0)) in do_Elf_Rela_relocations()
915 case STT_FUNC : if (debug_linker>1) fprintf(stderr, "func " ); break; in ocVerifyImage_ELF()
1077 ( ELF_ST_TYPE(stab[j].st_info)==STT_FUNC || in ocGetNames_ELF()
1098 if (ELF_ST_TYPE(stab[j].st_info) == STT_FUNC) in ocGetNames_ELF()
/external/valgrind/main/VEX/switchback/
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/qemu/
Delf_ops.h137 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in glue()
Delf.h211 #define STT_FUNC 2 macro
/external/llvm/include/llvm/Support/
DELF.h1170 STT_FUNC = 2, // Symbol is executable code (function, etc.) enumerator
/external/llvm/include/llvm/Object/
DELF.h1017 case ELF::STT_FUNC:
1050 case ELF::STT_FUNC:
1163 case ELF::STT_FUNC:
/external/elfutils/libelf/
Delf.h463 #define STT_FUNC 2 /* Symbol is a code object */ macro
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c165 case STT_FUNC: VG_(printf)("FUN "); break; in show_raw_elf_symbol()
263 (ELFXX_ST_TYPE(sym->st_info) == STT_FUNC in get_elf_symbol_info()
/external/strace/
Dsystem.c2185 { STT_FUNC, "STT_FUNC" },
/external/linux-tools-perf/util/
Dsymbol.c801 return elf_sym__type(sym) == STT_FUNC && in elf_sym__is_function()
/external/valgrind/main/perf/
Dtinycc.c458 #define STT_FUNC 2 /* Symbol is a code object */ macro
6923 sym_type = STT_FUNC; in put_extern_sym2()
19296 if (type == STT_FUNC) { in tcc_output_file()
20561 if (type == STT_FUNC) { in rt_printline()