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
32
def
read16
(self):
member in class:Reader
138
print " ('st_shndx', %s)" % common_dump.HexDump(f.
read16
())
207
print "('e_type', %s)" % common_dump.HexDump(f.
read16
())
210
e_machine = f.
read16
()
222
print "('e_ehsize', %s)" % common_dump.HexDump(f.
read16
())
223
e_phentsize = f.
read16
()
225
e_phnum = f.
read16
()
227
e_shentsize = f.
read16
()
229
e_shnum = f.
read16
()
231
e_shstrndx = f.
read16
()
[
all
...]
macho-dumpx
36
def
read16
(self):
member in class:Reader
193
n_desc = f.
read16
()
Completed in 79 milliseconds