OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read16
(Results
1 - 2
of
2
) sorted by null
/external/llvm/test/Scripts/
elf-dump
31
def
read16
(self):
member in class:Reader
122
print " ('st_shndx', %s)" % common_dump.HexDump(f.
read16
())
176
print "('e_type', %s)" % common_dump.HexDump(f.
read16
())
177
print "('e_machine', %s)" % common_dump.HexDump(f.
read16
())
184
print "('e_ehsize', %s)" % common_dump.HexDump(f.
read16
())
185
print "('e_phentsize', %s)" % common_dump.HexDump(f.
read16
())
186
print "('e_phnum', %s)" % common_dump.HexDump(f.
read16
())
187
e_shentsize = f.
read16
()
189
e_shnum = f.
read16
()
191
e_shstrndx = f.
read16
()
[
all
...]
macho-dumpx
36
def
read16
(self):
member in class:Reader
193
n_desc = f.
read16
()
Completed in 18 milliseconds