Home
last modified time | relevance | path

Searched refs:SectionNum (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h238 support::big16_t SectionNum;
244 support::big16_t SectionNum;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp815 const int16_t SectionNum = SymEntPtr.getSectionNumber(); in getSymbolSectionName() local
817 switch (SectionNum) { in getSymbolSectionName()
825 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp335 W.printNumber("SectionNumber", LoaderSecRelEntPtr->SectionNum); in printLoaderSectionRelocationEntry()
342 << ")" << format_decimal(LoaderSecRelEntPtr->SectionNum, 8) in printLoaderSectionRelocationEntry()