HomeSort by relevance Sort by last modified time
    Searched refs:STT_FUNC (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/elfutils/libebl/
eblsymboltypename.c 75 [STT_FUNC] = "FUNC",
  /external/llvm/lib/MC/
MCELF.cpp 38 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION ||
49 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION ||
  /external/llvm/include/llvm/MC/
MCELFSymbolFlags.h 39 ELF_STT_Func = (ELF::STT_FUNC << ELF_STT_Shift),
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_x86-inl.h 161 STT_FUNC, &rt_sigreturn_symbol_info) ||
163 STT_FUNC, &vsyscall_symbol_info) ||
  /external/elfutils/libasm/
asm_newabssym.c 104 else if (type == STT_FUNC)
asm_newsym.c 103 else if (type == STT_FUNC)
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
vdso_support.cc 113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
vdso_support.cc 113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) {
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 143 elf_type = llvm::ELF::STT_FUNC;
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSymbol.h 126 return getType() == STT_FUNC;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_x86-inl.h 164 STT_FUNC, &rt_sigreturn_symbol_info) ||
166 STT_FUNC, &vsyscall_symbol_info) ||
  /external/grub/stage2/
i386-elf.h 148 #define STT_FUNC 2
  /external/elfutils/src/
i386_ld.c 459 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)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
elf.h 97 #define STT_FUNC 2
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx 214 case STT_FUNC:
222 "STT_FUNC with not PROGBITS section.");
225 rsl_assert(sec != 0 && "STT_FUNC with null section.");
237 rsl_assert(0 && "STT_FUNC with special st_shndx.");
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 97 #define STT_FUNC 2
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 97 #define STT_FUNC 2
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 97 #define STT_FUNC 2
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 97 #define STT_FUNC 2
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 97 #define STT_FUNC 2
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 97 #define STT_FUNC 2
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 97 #define STT_FUNC 2
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 97 #define STT_FUNC 2
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 97 #define STT_FUNC 2
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
elf.h 97 #define STT_FUNC 2

Completed in 263 milliseconds

1 2 3 4 5 6