Searched refs:RegInfoSec (Results 1 – 1 of 1) sorted by relevance
3324 const Elf_Shdr *RegInfoSec = findSectionByName(".reginfo"); in printMipsReginfo() local3325 if (!RegInfoSec) { in printMipsReginfo()3331 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()3335 describe(*RegInfoSec) + "): " + toString(ContentsOrErr.takeError())); in printMipsReginfo()