Searched refs:SecEnd (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 177 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex() local 179 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionsAsHex() 187 for (i = 0; TmpSecPtr < SecEnd && i < 4; ++i) { in printSectionsAsHex() 188 for (k = 0; TmpSecPtr < SecEnd && k < 4; k++, TmpSecPtr++) { in printSectionsAsHex() 206 for (i = 0; TmpSecPtr + i < SecEnd && i < 16; ++i) in printSectionsAsHex()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 788 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() local 789 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 803 SecEnd = W.OS.tell(); in computeSymbolTable() 804 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 1117 uint64_t SecEnd = W.OS.tell(); in writeObject() local 1118 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject() 1159 uint64_t SecEnd = W.OS.tell(); in writeObject() local 1160 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject() 1186 uint64_t SecEnd = W.OS.tell(); in writeObject() local 1187 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 330 GlobalVariable *SecEnd = in CreateSecStartEnd() local 333 SecEnd->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd() 336 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd() 344 SecEnd); in CreateSecStartEnd() 352 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections() local 356 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd}); in CreateInitCallsForSections()
|