Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4414 uint64_t SHTOffset = OS.tell(); in patchELFSectionHeaderTable() local
4415 SHTOffset = appendPadding(OS, SHTOffset, sizeof(ELFShdrTy)); in patchELFSectionHeaderTable()
4440 NewEhdr.e_shoff = SHTOffset; in patchELFSectionHeaderTable()