Home
last modified time | relevance | path

Searched defs:elfHeader (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/ELF/
DOutputSections.h131 static OutputSection *elfHeader; member
DOutputSections.cpp38 OutputSection *Out::elfHeader; member in Out
DSyntheticSections.h1171 SyntheticSection *elfHeader; member
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp474 inline const SectionHeader *sectionHeader(const ElfHeader *elfHeader) in sectionHeader()
479 inline const SectionHeader *elfSection(const ElfHeader *elfHeader, int index) in elfSection()
484 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const SectionH… in relocateSymbol()
569 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const Section… in relocateSymbol()
641 ElfHeader *elfHeader = (ElfHeader *)elfImage; in loadImage() local