Searched refs:SHT_REL (Results 1 – 15 of 15) sorted by relevance
319 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()350 if (sh_type == SHT_REL) { in main()
832 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL) in section_rel_end()854 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in getRelocatedSection()874 if (sec->sh_type == ELF::SHT_REL) in getRelocationSymbol()891 if (sec->sh_type == ELF::SHT_REL) in getRelocationOffset()900 if (sec->sh_type == ELF::SHT_REL) in getRelocationType()929 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
201 #define SHT_REL 9 /* relocation section - no addends */ macro
280 #define SHT_REL 9 /* relation section without addends */ macro
240 STRINGIFY_ENUM_CASE(ELF, SHT_REL); in getELFSectionTypeName()
675 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator
825 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator
802 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()1000 case ELF::SHT_REL: in writeSection()
113 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL; in createRelocationSection()
453 ECase(SHT_REL); in enumeration()1203 case ELF::SHT_REL: in mapping()
794 assert((Section.Type == llvm::ELF::SHT_REL || in writeSectionContent()
380 #define SHT_REL 9 macro
694 else if(sectionHeader[i].sh_type == SHT_REL) in loadImage()