Searched refs:sec_start (Results 1 – 2 of 2) sorted by relevance
111 sec_start = section['sh_addr']112 sec_end = sec_start + size - 1134 mem_region = {"start": sec_start, "end": sec_end, "data": section.data()}
188 sec_start = section['sh_addr']189 sec_end = sec_start + (sec_size - 1 if sec_size else 0)217 sec_start = section['sh_addr']218 sec_end = sec_start + (size - 1 if size else 0)219 bound = {'start': sec_start, 'end': sec_end, 'name': section.name}