OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_half
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h
45
typedef uint16_t
elf_half
;
typedef in namespace:elf
67
elf_half
e_type; ///< Object file type.
68
elf_half
e_machine; ///< Target architecture.
69
elf_half
e_ehsize; ///< Byte size of the ELF header.
70
elf_half
e_phentsize; ///< Size of a program header table entry.
71
elf_half
e_phnum; ///< Number of program header entries.
72
elf_half
e_shentsize; ///< Size of a section header table entry.
73
elf_half
e_shnum; ///< Number of section header entries.
74
elf_half
e_shstrndx; ///< String table section index.
232
elf_half
st_shndx; ///< Section to which this symbol applies
[
all
...]
ObjectFileELF.h
284
DumpELFHeader_e_type(lldb_private::Stream *s, elf::
elf_half
e_type);
ELFHeader.cpp
276
ELFSymbol::sectionIndexToCString (
elf_half
shndx,
ObjectFileELF.cpp
[
all
...]
Completed in 334 milliseconds