Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h377 static void DumpELFSectionHeader_sh_type(lldb_private::Stream *s,
H A DObjectFileELF.cpp3407 DumpELFSectionHeader_sh_type(s, sh.sh_type); in DumpELFSectionHeader()
3420 void ObjectFileELF::DumpELFSectionHeader_sh_type(Stream *s, elf_word sh_type) { in DumpELFSectionHeader_sh_type() function in ObjectFileELF