Searched defs:elfHeader (Results 1 – 4 of 4) sorted by relevance
131 static OutputSection *elfHeader; member
38 OutputSection *Out::elfHeader; member in Out
1171 SyntheticSection *elfHeader; member
474 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