Searched refs:SHT_DYNAMIC (Results 1 – 24 of 24) sorted by relevance
40 case SHT_DYNAMIC: in _libelf_xlate_shtype()
84 shdr.sh_type == SHT_DYNAMIC || in _libelf_checksum()
294 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName()634 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
331 return Sec.getType() == ELF::SHT_DYNAMIC; in printDynamicRelocations()
254 if (shdr[i].sh_type == SHT_DYNAMIC) { in ef_parse_dynamic()
339 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types()667 case SHT_DYNAMIC: in main()
438 #define SHT_DYNAMIC 6 /* dynamic section */ macro
1073 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
319 DynTab.Shdr.sh_type = SHT_DYNAMIC; in fillDynTabShdr()
402 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types()1604 if (s->type == SHT_DYNAMIC && in elf_print_dynamic()
94 case ELF::SHT_DYNAMIC: in LLVM_YAML_STRONG_TYPEDEF()
679 ECase(SHT_DYNAMIC); in enumeration()1619 case ELF::SHT_DYNAMIC: in mapping()
1773 assert(Section.Type == llvm::ELF::SHT_DYNAMIC && in writeSectionContent()
993 return S->OriginalType == ELF::SHT_DYNAMIC; in classof()
1748 case SHT_DYNAMIC: in makeSection()
887 case ELF::SHT_DYNAMIC: in writeSection()
898 case SHT_DYNAMIC: in section_type_alignment()
1726 case SHT_DYNAMIC: in GetSectionType()3429 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth); in DumpELFSectionHeader_sh_type()
975 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
791 case SHT_DYNAMIC: return "DYNAMIC"; in section_type()2740 if (s->type != SHT_DYNAMIC) in dump_dynamic()3320 if (re->sl[i].type == SHT_DYNAMIC) { in dump_symtabs()
1474 case SHT_DYNAMIC: in parse()
1281 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize, in DynamicSection()
1132 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
1789 if (Sec.sh_type != ELF::SHT_DYNAMIC) in findDynamic()