Home
last modified time | relevance | path

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

/system/libufdt/
Dufdt_convert.c98 int strtab_size = fdt_size_dt_strings(fdt); in ufdt_get_string_off() local
99 const char *strtab_end = strtab_start + strtab_size; in ufdt_get_string_off()
107 res_off -= strtab_size; in ufdt_get_string_off()
427 int strtab_size = fdt_size_dt_strings(src_fdt); in _ufdt_output_strtab_to_fdt() local
429 dest -= strtab_size; in _ufdt_output_strtab_to_fdt()
435 dto_memcpy(dest, src_strtab, strtab_size); in _ufdt_output_strtab_to_fdt()
437 dest_size += strtab_size; in _ufdt_output_strtab_to_fdt()
/system/unwinding/libunwindstack/
DElfInterface.cpp446 uint64_t strtab_size = 0; in GetSoname() local
462 strtab_size = dyn.d_un.d_val; in GetSoname()
474 uint64_t soname_max = entry.second + strtab_size; in GetSoname()