Searched defs:elfHeader (Results 1 – 1 of 1) sorted by relevance
475 inline const SectionHeader *sectionHeader(const ElfHeader *elfHeader) in sectionHeader()480 inline const SectionHeader *elfSection(const ElfHeader *elfHeader, int index) in elfSection()485 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const SectionH… in relocateSymbol()570 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const Section… in relocateSymbol()642 ElfHeader *elfHeader = (ElfHeader *)elfImage; in loadImage() local