Searched refs:section_zero (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp98 ELFSectionHeader section_zero; local
101 bool ok = section_zero.Parse(sh_data, &offset);
106 e_phnum = section_zero.sh_info;
108 e_shnum = section_zero.sh_size;
110 e_shstrndx = section_zero.sh_link;

Completed in 36 milliseconds