Searched refs:SecEnd (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 150 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex() local 152 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionsAsHex() 160 for (i = 0; TmpSecPtr < SecEnd && i < 4; ++i) { in printSectionsAsHex() 161 for (k = 0; TmpSecPtr < SecEnd && k < 4; k++, TmpSecPtr++) { in printSectionsAsHex() 179 for (i = 0; TmpSecPtr + i < SecEnd && i < 16; ++i) in printSectionsAsHex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 759 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() local 760 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 774 SecEnd = W.OS.tell(); in computeSymbolTable() 775 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 1103 uint64_t SecEnd = W.OS.tell(); in writeObject() local 1104 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject() 1145 uint64_t SecEnd = W.OS.tell(); in writeObject() local 1146 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject() 1172 uint64_t SecEnd = W.OS.tell(); in writeObject() local 1173 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 342 GlobalVariable *SecEnd = in CreateSecStartEnd() local 345 SecEnd->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd() 348 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd() 356 SecEnd); in CreateSecStartEnd() 364 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections() local 368 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd}); in CreateInitCallsForSections()
|