OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Elf_Shdr
(Results
1 - 12
of
12
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/asm/
module.h
20
#define
Elf_Shdr
Elf32_Shdr
/development/ndk/platforms/android-9/arch-x86/include/asm/
module_32.h
25
#define
Elf_Shdr
Elf32_Shdr
/development/ndk/platforms/android-9/arch-mips/include/asm/
module.h
52
#define
Elf_Shdr
Elf32_Shdr
/external/llvm/tools/obj2yaml/
elf2yaml.cpp
24
typedef typename object::ELFFile<ELFT>::
Elf_Shdr
Elf_Shdr
;
30
std::error_code dumpCommonSection(const
Elf_Shdr
*Shdr, ELFYAML::Section &S);
31
std::error_code dumpCommonRelocationSection(const
Elf_Shdr
*Shdr,
34
std::error_code dumpRelocation(const
Elf_Shdr
*Shdr, const RelT *Rel,
37
ErrorOr<ELFYAML::RelocationSection *> dumpRelSection(const
Elf_Shdr
*Shdr);
38
ErrorOr<ELFYAML::RelocationSection *> dumpRelaSection(const
Elf_Shdr
*Shdr);
40
dumpContentSection(const
Elf_Shdr
*Shdr);
67
for (const
Elf_Shdr
&Sec : Obj.sections()) {
143
const
Elf_Shdr
*Shdr = Obj.getSection(&*Sym)
[
all
...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
45
typedef Elf_Shdr_Impl<ELFT>
Elf_Shdr
;
131
Elf_Shdr
*shdr =
132
const_cast<
Elf_Shdr
*>(reinterpret_cast<const
Elf_Shdr
*>(ShdrRef.p));
[
all
...]
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
104
typedef typename object::ELFFile<ELFT>::
Elf_Shdr
Elf_Shdr
;
123
bool initSectionHeaders(std::vector<
Elf_Shdr
> &SHeaders,
125
void initSymtabSectionHeader(
Elf_Shdr
&SHeader,
127
void initStrtabSectionHeader(
Elf_Shdr
&SHeader, StringRef Name,
132
void writeSectionContent(
Elf_Shdr
&SHeader,
135
bool writeSectionContent(
Elf_Shdr
&SHeader,
175
Header.e_shentsize = sizeof(
Elf_Shdr
);
183
bool ELFState<ELFT>::initSectionHeaders(std::vector<
Elf_Shdr
> &SHeaders,
187
Elf_Shdr
SHeader
[
all
...]
/external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h
312
typedef typename object::ELFFile<ET>::
Elf_Shdr
Elf_Shdr
;
328
const
Elf_Shdr
*FindExceptionTable(unsigned IndexTableIndex,
331
void PrintIndexTable(unsigned SectionIndex, const
Elf_Shdr
*IT) const;
332
void PrintExceptionTable(const
Elf_Shdr
*IT, const
Elf_Shdr
*EHT,
358
const typename object::ELFFile<ET>::
Elf_Shdr
*
380
std::pair<const
Elf_Shdr
*, const Elf_Sym *> Symbol =
392
void PrinterContext<ET>::PrintExceptionTable(const
Elf_Shdr
*IT,
393
const
Elf_Shdr
*EHT
[
all
...]
ELFDumper.cpp
62
typedef typename ELFO::
Elf_Shdr
Elf_Shdr
;
67
void printRelocations(const
Elf_Shdr
*Sec);
68
void printRelocation(const
Elf_Shdr
*Sec, typename ELFO::Elf_Rela Rel);
159
const typename ELFO::
Elf_Shdr
*Sec = Obj.getSection(SectionIndex);
165
static const typename ELFFile<ELFT>::
Elf_Shdr
*
573
const
Elf_Shdr
*Section = &*SecI;
640
void ELFDumper<ELFT>::printRelocations(const
Elf_Shdr
*Sec) {
664
void ELFDumper<ELFT>::printRelocation(const
Elf_Shdr
*Sec,
669
std::pair<const
Elf_Shdr
*, const Elf_Sym *> Sym
[
all
...]
/external/llvm/include/llvm/Object/
ELFObjectFile.h
46
typedef typename ELFFile<ELFT>::
Elf_Shdr
Elf_Shdr
;
122
const
Elf_Shdr
*getRelSection(DataRefImpl Rel) const {
157
DataRefImpl toDRI(const
Elf_Shdr
*Sec) const {
363
const
Elf_Shdr
*ESec = EF.getSection(ESym);
503
const
Elf_Shdr
*S = reinterpret_cast<const
Elf_Shdr
*>(Sec.p);
524
const
Elf_Shdr
*R = EF.getSection(EShdr->sh_info);
538
const
Elf_Shdr
*sec = getRelSection(Rel);
554
const
Elf_Shdr
*SymSec = EF.getSection(sec->sh_link)
[
all
...]
ELF.h
125
typedef Elf_Shdr_Impl<ELFT>
Elf_Shdr
;
140
typedef ELFEntityIterator<const
Elf_Shdr
> Elf_Shdr_Iter;
231
typedef SmallVector<const
Elf_Shdr
*, 2> Sections_t;
241
const
Elf_Shdr
*SectionHeaderTable;
242
const
Elf_Shdr
*dot_shstrtab_sec; // Section header string table.
243
const
Elf_Shdr
*dot_strtab_sec; // Symbol header string table.
244
const
Elf_Shdr
*dot_symtab_sec; // Symbol table section.
246
const
Elf_Shdr
*SymbolTableSectionHeaderIndex;
249
const
Elf_Shdr
*dot_gnu_version_sec; // .gnu.version
250
const
Elf_Shdr
*dot_gnu_version_r_sec; // .gnu.version_
[
all
...]
/external/llvm/tools/llvm-nm/
llvm-nm.cpp
507
typedef typename ELFObjectFile<ELFT>::
Elf_Shdr
Elf_Shdr
;
515
const
Elf_Shdr
*ESec = EF.getSection(ESym);
[
all
...]
/development/ndk/platforms/android-3/include/sys/
exec_elf.h
546
#define
Elf_Shdr
Elf32_Shdr
572
#define
Elf_Shdr
Elf64_Shdr
Completed in 412 milliseconds