Home
last modified time | relevance | path

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

/system/libufdt/
Dufdt_overlay.c132 int prop_offset, prop_len; in ufdt_get_fixup_location() local
164 prop_offset = dto_strtoul(offset_ptr, &end_ptr, 10 /* base */); in ufdt_get_fixup_location()
170 if (prop_offset < 0) { in ufdt_get_fixup_location()
192 prop_offset > prop_len - (int)sizeof(uint32_t)) { in ufdt_get_fixup_location()
198 return (char *)prop_data + prop_offset; in ufdt_get_fixup_location()