Home
last modified time | relevance | path

Searched refs:header_count (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c243 int i, header_count, memory_needed, elf_load_image_segment; in putfile()
262 header_count = ELFGET16(elf_header.e_phnum); in putfile()
263 memory_needed = header_count * sizeof (Elf32_External_Phdr); in putfile()
273 for (i = 0; i < header_count; i++) { in putfile()
242 int i, header_count, memory_needed, elf_load_image_segment; putfile() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc3240 int header_count = 0; in cpp_maybe_module_directive() local
3278 header_count = backup + 2 + 16; in cpp_maybe_module_directive()
3281 header_count = backup + 2 + (CPP_OPTION (pfile, preprocessed) ? 16 : 0); in cpp_maybe_module_directive()
3288 if (header_count) in cpp_maybe_module_directive()
3300 || (header_count in cpp_maybe_module_directive()
3310 if (!header_count && linemap_included_from in cpp_maybe_module_directive()
3333 keyword->val.node.node = n_modules[header_count in cpp_maybe_module_directive()
3341 pfile->state.directive_file_token = header_count; in cpp_maybe_module_directive()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c2141 int header_count; in determine_specialization() local
2184 header_count = 0; in determine_specialization()
2188 ++header_count; in determine_specialization()
2237 if (header_count && header_count != template_count + 1) in determine_specialization()
2451 if (header_count && header_count != template_count + 1) in determine_specialization()
2455 header_count, template_count + 1); in determine_specialization()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc2169 int header_count; in determine_specialization() local
2212 header_count = 0; in determine_specialization()
2216 ++header_count; in determine_specialization()
2266 if (header_count && header_count != template_count + 1) in determine_specialization()
2496 header_count, template_count + 1); in determine_specialization()