Home
last modified time | relevance | path

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

/system/libufdt/
Dufdt_convert.c96 int strtab_size = fdt_size_dt_strings(fdt); in ufdt_get_string_off() local
97 const char *strtab_end = strtab_start + strtab_size; in ufdt_get_string_off()
105 res_off -= strtab_size; in ufdt_get_string_off()
398 int strtab_size = fdt_size_dt_strings(src_fdt); in _ufdt_output_strtab_to_fdt() local
400 dest -= strtab_size; in _ufdt_output_strtab_to_fdt()
406 dto_memcpy(dest, src_strtab, strtab_size); in _ufdt_output_strtab_to_fdt()
408 dest_size += strtab_size; in _ufdt_output_strtab_to_fdt()
/system/core/libunwindstack/
DElfInterface.cpp431 uint64_t strtab_size = 0; in GetSonameWithTemplate() local
447 strtab_size = dyn.d_un.d_val; in GetSonameWithTemplate()
459 uint64_t soname_max = entry.second + strtab_size; in GetSonameWithTemplate()