Searched refs:strsz (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/tc/ |
D | m_action.c | 321 int strsz = RTA_PAYLOAD(tb[TCA_ACT_COOKIE]); in tc_print_one_action() local 322 char b1[strsz * 2 + 1]; in tc_print_one_action() 324 fprintf(f, "\n\tcookie len %d %s ", strsz, in tc_print_one_action() 326 strsz, b1, sizeof(b1))); in tc_print_one_action()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 698 GElf_Addr addrs[i_max], GElf_Xword strsz, in translate_offs() argument 801 strsz, in translate_offs() 845 GElf_Xword strsz = 0; in find_dynsym() local 872 strsz = dyn->d_un.d_val; in find_dynsym() 887 translate_offs (0, mod, phnum, addrs, strsz, ehdr); in find_dynsym() 889 translate_offs (mod->main_bias, mod, phnum, addrs, strsz, ehdr); in find_dynsym()
|