Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp907 uint32_t ShstrIndex = Ehdr.e_shstrndx; in build() local
908 if (ShstrIndex == SHN_XINDEX) in build()
909 ShstrIndex = unwrapOrError(ElfFile.getSection(0))->sh_link; in build()
913 ShstrIndex, in build()