Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h376 static void DumpELFSectionHeader_sh_flags(lldb_private::Stream *s,
H A DObjectFileELF.cpp3228 DumpELFSectionHeader_sh_flags(s, sh.sh_flags); in DumpELFSectionHeader()
3267 void ObjectFileELF::DumpELFSectionHeader_sh_flags(Stream *s, in DumpELFSectionHeader_sh_flags() function in ObjectFileELF