Home
last modified time | relevance | path

Searched refs:get_address_from_string (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dprofile.py31 def get_address_from_string(address): function
180 modules[module_name]['start'] = get_address_from_string(line.split()[0])
181 modules[module_name]['end'] = get_address_from_string(line.split()[2])
185 modules[module_name]['start'] = get_address_from_string(line.split()[0])
186 modules[module_name]['end'] = get_address_from_string(line.split()[2])
220 func_start = get_address_from_string(line.split()[0])
284 address = get_address_from_string(line.split('\t')[column_addr])