Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch31 string sectionName = i->first;
32 Elf_Shdr & shdr = findSection(sectionName);
H A D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch52 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);
H A D0010-Fix-endianness-issues-for-powerpc-PIE.patch50 string sectionName = i->first;
51 Elf_Shdr & shdr = findSection(sectionName);
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkbfmisc.c147 XkbWriteSectionFromName(FILE * file, const char *sectionName, const char *name) in XkbWriteSectionFromName() argument
149 fprintf(file, " xkb_%-20s { include \"%s\" };\n", sectionName, name); in XkbWriteSectionFromName()