Searched refs:sectionName (Results 1 – 4 of 4) sorted by relevance
31 string sectionName = i->first;32 Elf_Shdr & shdr = findSection(sectionName);
52 string & replaceSection(const SectionName & sectionName,55 + bool haveReplacedSection(const SectionName & sectionName);65 +bool ElfFile<ElfFileParamNames>::haveReplacedSection(const SectionName & sectionName)67 + ReplacedSections::iterator i = replacedSections.find(sectionName);
50 string sectionName = i->first;51 Elf_Shdr & shdr = findSection(sectionName);
147 XkbWriteSectionFromName(FILE * file, const char *sectionName, const char *name) in XkbWriteSectionFromName() argument149 fprintf(file, " xkb_%-20s { include \"%s\" };\n", sectionName, name); in XkbWriteSectionFromName()