| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | xml.c | 1024 xml_section *last_section = NULL; variable 1071 while (last_section && last_section->level >= level) in xml_close_sections() 1073 xml_section *temp = last_section; in xml_close_sections() 1074 xml_insert_element (xml_element(last_section->name), END); in xml_close_sections() 1075 temp = last_section; in xml_close_sections() 1076 last_section = last_section->prev; in xml_close_sections() 1090 sect->prev = last_section; in xml_open_section() 1091 last_section = sect; in xml_open_section() 1791 xml_section *temp = last_section; in xml_begin_index() 1817 if (last_section) in xml_begin_index() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | simple-object.c | 450 ret->last_section = NULL; in simple_object_start_write() 472 if (sobj->last_section == NULL) in simple_object_write_create_section() 475 sobj->last_section = ret; in simple_object_write_create_section() 479 sobj->last_section->next = ret; in simple_object_write_create_section() 480 sobj->last_section = ret; in simple_object_write_create_section()
|
| H A D | simple-object-common.h | 58 simple_object_write_section *last_section; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | simple-object.c | 456 ret->last_section = NULL; in simple_object_start_write() 478 if (sobj->last_section == NULL) in simple_object_write_create_section() 481 sobj->last_section = ret; in simple_object_write_create_section() 485 sobj->last_section->next = ret; in simple_object_write_create_section() 486 sobj->last_section = ret; in simple_object_write_create_section()
|
| H A D | simple-object-common.h | 58 simple_object_write_section *last_section; member
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | simple-object.c | 456 ret->last_section = NULL; in simple_object_start_write() 478 if (sobj->last_section == NULL) in simple_object_write_create_section() 481 sobj->last_section = ret; in simple_object_write_create_section() 485 sobj->last_section->next = ret; in simple_object_write_create_section() 486 sobj->last_section = ret; in simple_object_write_create_section()
|
| H A D | simple-object-common.h | 58 simple_object_write_section *last_section; member
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | simple-object.c | 456 ret->last_section = NULL; in simple_object_start_write() 478 if (sobj->last_section == NULL) in simple_object_write_create_section() 481 sobj->last_section = ret; in simple_object_write_create_section() 485 sobj->last_section->next = ret; in simple_object_write_create_section() 486 sobj->last_section = ret; in simple_object_write_create_section()
|
| H A D | simple-object-common.h | 58 simple_object_write_section *last_section; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | xtensa-dis.c | 49 asection *last_section; member 319 if (priv.last_section != section) in print_insn_xtensa() 323 if (priv.last_section != NULL) in print_insn_xtensa() 330 priv.last_section = section; in print_insn_xtensa()
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | install-info.c | 103 struct menu_section *last_section; member 1022 next->last_section = NULL; in parse_dir_file() 1028 if (*nodes != 0 && (*nodes)->last_section != 0) in parse_dir_file() 1029 (*nodes)->last_section->end_line = i; in parse_dir_file() 1061 (*nodes)->last_section->next = next; in parse_dir_file() 1062 (*nodes)->last_section->end_line = i; in parse_dir_file() 1066 (*nodes)->last_section = next; in parse_dir_file() 1121 if ((*nodes)->last_section != 0) in parse_dir_file() 1122 (*nodes)->last_section->end_line = nlines; in parse_dir_file()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | xtensa-dis.c | 49 asection *last_section; member 325 if (priv.last_section != section) in print_insn_xtensa() 329 if (priv.last_section != NULL) in print_insn_xtensa() 336 priv.last_section = section; in print_insn_xtensa()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| H A D | cpplint.py | 515 last_section = self._section 545 if last_section != self._section:
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | dwarf2.c | 6024 asection *last_section; in _bfd_elf_find_function() member 6044 if (cache->last_section != section in _bfd_elf_find_function() 6069 cache->last_section = section; in _bfd_elf_find_function()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | dwarf2.c | 6144 asection * last_section; member 6245 if (cache->last_section != section in _bfd_elf_find_function() 6269 cache->last_section = section; in _bfd_elf_find_function()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dwarf2out.cc | 10418 const char *last_section = NULL; in output_loc_list() local 10490 if (last_section == NULL || curr->section != last_section) in output_loc_list() 10502 last_section = NULL; in output_loc_list() 10505 last_section = curr->section; in output_loc_list() 10518 if (last_section == NULL) in output_loc_list()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | dwarf2out.c | 10269 const char *last_section = NULL; in output_loc_list() local 10328 if (last_section == NULL || curr->section != last_section) in output_loc_list() 10340 last_section = NULL; in output_loc_list() 10343 last_section = curr->section; in output_loc_list() 10356 if (last_section == NULL) in output_loc_list()
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | libtool.m4 | 3489 " {last_section=section; section=\$ 3};"\ 3490 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | libtool.m4 | 3458 " {last_section=section; section=\$ 3};"\ 3459 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/ |
| H A D | libtool.m4 | 3398 " {last_section=section; section=\$ 3};"\ 3399 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | libtool.m4 | 3437 " {last_section=section; section=\$ 3};"\ 3438 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | libtool.m4 | 3427 " {last_section=section; section=\$ 3};"\ 3428 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
| /netbsd-src/external/bsd/flex/dist/m4/ |
| H A D | libtool.m4 | 4028 " {last_section=section; section=\$ 3};"\ 4030 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
| /netbsd-src/external/bsd/openldap/dist/build/ |
| H A D | libtool.m4 | 4016 " {last_section=section; section=\$ 3};"\ 4018 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
| /netbsd-src/external/mit/isl/dist/m4/ |
| H A D | libtool.m4 | 4027 " {last_section=section; section=\$ 3};"\ 4029 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|