Home
last modified time | relevance | path

Searched refs:elf_half (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h43 typedef uint16_t elf_half; typedef
63 elf_half e_type; ///< Object file type.
64 elf_half e_machine; ///< Target architecture.
65 elf_half e_ehsize; ///< Byte size of the ELF header.
66 elf_half e_phentsize; ///< Size of a program header table entry.
67 elf_half e_phnum_hdr; ///< Number of program header entries.
68 elf_half e_shentsize; ///< Size of a section header table entry.
69 elf_half e_shnum_hdr; ///< Number of section header entries.
70 elf_half e_shstrndx_hdr; ///< String table section index.
230 elf_half st_shndx; ///< Section to which this symbol applies.
[all …]
H A DObjectFileELF.h353 elf::elf_half e_type);
H A DELFHeader.cpp294 elf_half shndx, const lldb_private::SectionList *section_list) { in sectionIndexToCString()
H A DObjectFileELF.cpp3291 void ObjectFileELF::DumpELFHeader_e_type(Stream *s, elf_half e_type) { in DumpELFHeader_e_type()