Lines Matching defs:section_len
102 uint32_t section_len;
120 section_len = SELINUX_COMPILED_FCONTEXT_MAX_VERS;
121 len = fwrite(§ion_len, sizeof(uint32_t), 1, bin_file);
129 section_len = strlen(reg_version);
130 len = fwrite(§ion_len, sizeof(uint32_t), 1, bin_file);
133 len = fwrite(reg_version, sizeof(char), section_len, bin_file);
134 if (len != section_len)
141 section_len = strlen(reg_arch);
142 len = fwrite(§ion_len, sizeof(uint32_t), 1, bin_file);
145 len = fwrite(reg_arch, sizeof(char), section_len, bin_file);
146 if (len != section_len)
150 section_len = data->num_stems;
151 len = fwrite(§ion_len, sizeof(uint32_t), 1, bin_file);
155 for (i = 0; i < section_len; i++) {
172 section_len = data->nspec;
173 len = fwrite(§ion_len, sizeof(uint32_t), 1, bin_file);
177 for (i = 0; i < section_len; i++) {