Searched refs:SecNameLen (Results 1 – 1 of 1) sorted by relevance
962 unsigned SecNameLen = (Section.getType() == ELF::SHT_REL) ? 4 : 5; in WriteSection() local963 StringRef SectionName = Section.getSectionName().substr(SecNameLen); in WriteSection()