OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read8
(Results
1 - 2
of
2
) sorted by null
/external/llvm/test/Scripts/
elf-dump
28
def
read8
(self):
member in class:Reader
118
st_info = f.
read8
()
121
print " ('st_other', %s)" % common_dump.HexDump(f.
read8
())
152
fileclass = f.
read8
()
161
byteordering = f.
read8
()
170
print "('e_indent[EI_VERSION]', %s)" % common_dump.HexDump(f.
read8
())
171
print "('e_indent[EI_OSABI]', %s)" % common_dump.HexDump(f.
read8
())
172
print "('e_indent[EI_ABIVERSION]', %s)" % common_dump.HexDump(f.
read8
())
macho-dumpx
33
def
read8
(self):
member in class:Reader
189
n_type = f.
read8
()
191
n_sect = f.
read8
()
Completed in 355 milliseconds