Searched refs:read_string_from_address (Results 1 – 1 of 1) sorted by relevance
147 return (read_string_from_address(version.arch, &arch_) && in decode()148 read_string_from_address(version.platform, &platform_) && in decode()149 read_string_from_address(version.target, &target_) && in decode()150 read_string_from_address(version.project, &project_) && in decode()151 read_string_from_address(version.buildid, &buildid_) && in decode()159 bool read_string_from_address(uint64_t address, extracted_item* item) { in read_string_from_address() function in __anon691b486e0111::reader
Completed in 9 milliseconds