Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h380 static void DumpELFSectionHeader_sh_flags(lldb_private::Stream *s,
H A DObjectFileELF.cpp3409 DumpELFSectionHeader_sh_flags(s, sh.sh_flags); in DumpELFSectionHeader()
3448 void ObjectFileELF::DumpELFSectionHeader_sh_flags(Stream *s, in DumpELFSectionHeader_sh_flags() function in ObjectFileELF