Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h373 static void DumpELFSectionHeader_sh_type(lldb_private::Stream *s,
DObjectFileELF.cpp3226 DumpELFSectionHeader_sh_type(s, sh.sh_type); in DumpELFSectionHeader()
3239 void ObjectFileELF::DumpELFSectionHeader_sh_type(Stream *s, elf_word sh_type) { in DumpELFSectionHeader_sh_type() function in ObjectFileELF