Searched refs:offset_ptr (Results 1 – 3 of 3) sorted by relevance
/system/libufdt/ |
D | ufdt_overlay.c | 131 char *path, *prop_ptr, *offset_ptr, *end_ptr; in ufdt_get_fixup_location() local 155 offset_ptr = dto_strchr(prop_ptr, ':'); in ufdt_get_fixup_location() 156 if (offset_ptr == NULL) { in ufdt_get_fixup_location() 161 *offset_ptr = '\0'; in ufdt_get_fixup_location() 162 offset_ptr++; in ufdt_get_fixup_location() 164 prop_offset = dto_strtoul(offset_ptr, &end_ptr, 10 /* base */); in ufdt_get_fixup_location() 166 dto_error("'%s' is not valid number\n", offset_ptr); in ufdt_get_fixup_location()
|
/system/libufdt/tests/libufdt_verify/ |
D | ufdt_test_overlay.cpp | 143 char *path, *prop_ptr, *offset_ptr; in ufdt_combine_fixup() local 166 offset_ptr = dto_strchr(prop_ptr, ':'); in ufdt_combine_fixup() 167 if (offset_ptr == NULL) { in ufdt_combine_fixup() 172 *offset_ptr = '\0'; in ufdt_combine_fixup() 173 offset_ptr++; in ufdt_combine_fixup()
|
/system/core/libunwindstack/ |
D | ElfInterface.cpp | 338 uint64_t* offset_ptr = nullptr; in ReadSectionHeaders() local 341 offset_ptr = &debug_frame_offset_; in ReadSectionHeaders() 344 offset_ptr = &gnu_debugdata_offset_; in ReadSectionHeaders() 347 offset_ptr = &eh_frame_offset_; in ReadSectionHeaders() 350 offset_ptr = &eh_frame_hdr_offset_; in ReadSectionHeaders() 353 if (offset_ptr != nullptr) { in ReadSectionHeaders() 354 *offset_ptr = shdr.sh_offset; in ReadSectionHeaders()
|