Lines Matching defs:Elf_Shdr
24 typedef typename object::ELFFile<ELFT>::Elf_Shdr Elf_Shdr;
30 std::error_code dumpCommonSection(const Elf_Shdr *Shdr, ELFYAML::Section &S);
31 std::error_code dumpCommonRelocationSection(const Elf_Shdr *Shdr,
34 std::error_code dumpRelocation(const Elf_Shdr *Shdr, const RelT *Rel,
37 ErrorOr<ELFYAML::RelocationSection *> dumpRelSection(const Elf_Shdr *Shdr);
38 ErrorOr<ELFYAML::RelocationSection *> dumpRelaSection(const Elf_Shdr *Shdr);
40 dumpContentSection(const Elf_Shdr *Shdr);
67 for (const Elf_Shdr &Sec : Obj.sections()) {
143 const Elf_Shdr *Shdr = Obj.getSection(&*Sym);
157 std::error_code ELFDumper<ELFT>::dumpRelocation(const Elf_Shdr *Shdr,
178 std::error_code ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr,
191 if (const Elf_Shdr *LinkSection = Obj.getSection(Shdr->sh_link)) {
204 ELFDumper<ELFT>::dumpCommonRelocationSection(const Elf_Shdr *Shdr,
209 if (const Elf_Shdr *InfoSection = Obj.getSection(Shdr->sh_info)) {
221 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) {
241 ELFDumper<ELFT>::dumpRelaSection(const Elf_Shdr *Shdr) {
262 ELFDumper<ELFT>::dumpContentSection(const Elf_Shdr *Shdr) {