Home | History | Annotate | Download | only in obj2yaml

Lines Matching refs:RelocationSection

35                                               ELFYAML::RelocationSection &S);
40 ErrorOr<ELFYAML::RelocationSection *> dumpRelSection(const Elf_Shdr *Shdr);
41 ErrorOr<ELFYAML::RelocationSection *> dumpRelaSection(const Elf_Shdr *Shdr);
93 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelaSection(&Sec);
100 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelSection(&Sec);
257 ELFYAML::RelocationSection &S) {
274 ErrorOr<ELFYAML::RelocationSection *>
277 auto S = make_unique<ELFYAML::RelocationSection>();
298 ErrorOr<ELFYAML::RelocationSection *>
301 auto S = make_unique<ELFYAML::RelocationSection>();