OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Elf_Sym
(Results
1 - 11
of
11
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/asm/
module.h
21
#define
Elf_Sym
Elf32_Sym
/development/ndk/platforms/android-9/arch-x86/include/asm/
module_32.h
26
#define
Elf_Sym
Elf32_Sym
/development/ndk/platforms/android-9/arch-mips/include/asm/
module.h
54
#define
Elf_Sym
Elf32_Sym
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
46
typedef Elf_Sym_Impl<ELFT>
Elf_Sym
;
143
Elf_Sym
*sym = const_cast<
Elf_Sym
*>(
[
all
...]
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
105
typedef typename object::ELFFile<ELFT>::
Elf_Sym
Elf_Sym
;
131
std::vector<
Elf_Sym
> &Syms, unsigned SymbolBinding);
247
SHeader.sh_entsize = sizeof(
Elf_Sym
);
249
std::vector<
Elf_Sym
> Syms;
252
Elf_Sym
Sym;
289
std::vector<
Elf_Sym
> &Syms,
292
Elf_Sym
Symbol;
/external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h
311
typedef typename object::ELFFile<ET>::
Elf_Sym
Elf_Sym
;
380
std::pair<const Elf_Shdr *, const
Elf_Sym
*> Symbol =
ELFDumper.cpp
63
typedef typename ELFO::
Elf_Sym
Elf_Sym
;
669
std::pair<const Elf_Shdr *, const
Elf_Sym
*> Sym =
[
all
...]
/external/llvm/include/llvm/Object/
ELFObjectFile.h
45
typedef typename ELFFile<ELFT>::
Elf_Sym
Elf_Sym
;
182
const
Elf_Sym
*getSymbol(DataRefImpl Symb) const;
241
const
Elf_Sym
*symb = getSymbol(Symb);
253
const
Elf_Sym
*ESym = getSymbol(Symb);
301
const
Elf_Sym
*ESym = getSymbol(Symb);
331
const
Elf_Sym
*ESym = &*EIter;
362
const
Elf_Sym
*ESym = getSymbol(Symb);
701
const
Elf_Sym
*symb =
702
EF.template getEntry<
Elf_Sym
>(sec->sh_link, symbol_index)
[
all
...]
ELF.h
126
typedef Elf_Sym_Impl<ELFT>
Elf_Sym
;
158
typedef const
Elf_Sym
value_type;
247
DenseMap<const
Elf_Sym
*, ELF::Elf64_Word> ExtendedSymbolTable;
308
const
Elf_Sym
*Symb,
318
std::pair<const Elf_Shdr *, const
Elf_Sym
*>
404
ELF::Elf64_Word getSymbolTableIndex(const
Elf_Sym
*symb) const;
406
const Elf_Shdr *getSection(const
Elf_Sym
*symb) const;
408
const
Elf_Sym
*getSymbol(uint32_t index) const;
419
const
Elf_Sym
*Symb) const;
421
uint64_t getSymbolIndex(const
Elf_Sym
*sym) const
[
all
...]
/external/llvm/tools/llvm-nm/
llvm-nm.cpp
506
typedef typename ELFObjectFile<ELFT>::
Elf_Sym
Elf_Sym
;
513
const
Elf_Sym
*ESym = Obj.getSymbol(Symb);
658
typedef typename ELFObjectFile<ELFT>::
Elf_Sym
Elf_Sym
;
661
const
Elf_Sym
*ESym = Obj.getSymbol(Symb);
[
all
...]
/development/ndk/platforms/android-3/include/sys/
exec_elf.h
547
#define
Elf_Sym
Elf32_Sym
573
#define
Elf_Sym
Elf64_Sym
Completed in 216 milliseconds