Searched refs:decode_asciiz (Results 1 – 2 of 2) sorted by relevance
84 return decode_asciiz(bytes(self._coff.name.immediate))148 return decode_asciiz(self._strings[offset:])151 def decode_asciiz(data): function
31 return coff.decode_asciiz(value) # not COFF-specific89 return coff.decode_asciiz(value) if value else ''