HomeSort by relevance Sort by last modified time
    Searched defs:strsz (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
m_action.c 310 int strsz = RTA_PAYLOAD(tb[TCA_ACT_COOKIE]); local
311 char b1[strsz * 2 + 1];
313 fprintf(f, "\n\tcookie len %d %s ", strsz,
315 strsz, b1, sizeof(b1)));
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 705 GElf_Addr addrs[i_max], GElf_Xword strsz,
808 strsz,
852 GElf_Xword strsz = 0; local
879 strsz = dyn->d_un.d_val;
894 translate_offs (0, mod, phnum, addrs, strsz, ehdr);
896 translate_offs (mod->main_bias, mod, phnum, addrs, strsz, ehdr);
    [all...]

Completed in 181 milliseconds