Searched refs:strtab_size (Results 1 – 2 of 2) sorted by relevance
96 int strtab_size = fdt_size_dt_strings(fdt); in ufdt_get_string_off() local97 const char *strtab_end = strtab_start + strtab_size; in ufdt_get_string_off()105 res_off -= strtab_size; in ufdt_get_string_off()414 int strtab_size = fdt_size_dt_strings(src_fdt); in _ufdt_output_strtab_to_fdt() local416 dest -= strtab_size; in _ufdt_output_strtab_to_fdt()422 dto_memcpy(dest, src_strtab, strtab_size); in _ufdt_output_strtab_to_fdt()424 dest_size += strtab_size; in _ufdt_output_strtab_to_fdt()
377 uint64_t strtab_size = 0; in GetSoname() local393 strtab_size = dyn.d_un.d_val; in GetSoname()405 uint64_t soname_max = entry.second + strtab_size; in GetSoname()