Searched defs:RelocationSection (Results 1 – 3 of 3) sorted by relevance
611 struct RelocationSection : Section { global() struct 615 RelocationSectionRelocationSection RelocationSection() argument 617 getEntriesRelocationSection getEntries() argument 621 classofRelocationSection classof() argument
1703 RelocationSection<ELFT>::RelocationSection(StringRef name, bool combreloc, RelocationSection() function in RelocationSection 4030 template class elf::RelocationSection<ELF32LE>; global() member in elf 4031 template class elf::RelocationSection<ELF32BE>; global() member in elf 4032 template class elf::RelocationSection<ELF64LE>; global() member in elf 4033 template class elf::RelocationSection<ELF64BE>; global() member in elf
39 class RelocationSection; variable 796 RelocationSection(const Object &O) : Obj(O) {} RelocationSection() function [all...]