Searched defs:elfHeader (Results 1 – 2 of 2) sorted by relevance
237 Elf32_Ehdr elfHeader; in ConvertELF() local
206 inline const SectionHeader *sectionHeader(const ElfHeader *elfHeader) in sectionHeader()211 inline const SectionHeader *elfSection(const ElfHeader *elfHeader, int index) in elfSection()216 …static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const Section… in relocateSymbol()301 …static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const Sectio… in relocateSymbol()364 ElfHeader *elfHeader = (ElfHeader*)elfImage; in loadImage() local