Searched refs:secsize (Results 1 – 4 of 4) sorted by relevance
1004 size_t secsize; in test_btf_datasec() local 1013 secsize = btf__resolve_size(btf, type_id); in test_btf_datasec() 1014 ASSERT_EQ(secsize, 0, "verify section size"); in test_btf_datasec()
672 static char *next_string(char *string, unsigned long *secsize) in next_string() argument 677 if ((*secsize)-- <= 1) in next_string() 684 if ((*secsize)-- <= 1) in next_string()
1120 char *module_next_tag_pair(char *string, unsigned long *secsize) in module_next_tag_pair() argument1125 if ((*secsize)-- <= 1) in module_next_tag_pair()1132 if ((*secsize)-- <= 1) in module_next_tag_pair()
46 __le32 secsize; member