Home
last modified time | relevance | path

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

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