Home
last modified time | relevance | path

Searched refs:last_section (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c1024 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/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object.c450 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 Dsimple-object-common.h58 simple_object_write_section *last_section; member
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object.c444 ret->last_section = NULL; in simple_object_start_write()
466 if (sobj->last_section == NULL) in simple_object_write_create_section()
469 sobj->last_section = ret; in simple_object_write_create_section()
473 sobj->last_section->next = ret; in simple_object_write_create_section()
474 sobj->last_section = ret; in simple_object_write_create_section()
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object.c450 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 Dsimple-object-common.h58 simple_object_write_section *last_section; member
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dsimple-object.c450 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 Dsimple-object-common.h58 simple_object_write_section *last_section; member
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object.c456 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 Dsimple-object-common.h58 simple_object_write_section *last_section; member
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object.c456 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 Dsimple-object-common.h58 simple_object_write_section *last_section; member
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dxtensa-dis.c49 asection *last_section; member
301 if (priv.last_section != section) in print_insn_xtensa()
305 if (priv.last_section != NULL) in print_insn_xtensa()
312 priv.last_section = section; in print_insn_xtensa()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dxtensa-dis.c49 asection *last_section; member
301 if (priv.last_section != section) in print_insn_xtensa()
305 if (priv.last_section != NULL) in print_insn_xtensa()
313 priv.last_section = section; in print_insn_xtensa()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dxtensa-dis.c49 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/external/gpl3/gdb.old/dist/opcodes/
H A Dxtensa-dis.c49 asection *last_section; member
301 if (priv.last_section != section) in print_insn_xtensa()
305 if (priv.last_section != NULL) in print_insn_xtensa()
312 priv.last_section = section; in print_insn_xtensa()
/netbsd/external/gpl2/texinfo/dist/util/
H A Dinstall-info.c103 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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py515 last_section = self._section
545 if last_section != self._section:
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c5167 asection *last_section; in _bfd_elf_find_function() member
5187 if (cache->last_section != section in _bfd_elf_find_function()
5212 cache->last_section = section; in _bfd_elf_find_function()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c5342 asection *last_section; in _bfd_elf_find_function() member
5362 if (cache->last_section != section in _bfd_elf_find_function()
5387 cache->last_section = section; in _bfd_elf_find_function()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Ddwarf2.c5342 asection *last_section; in _bfd_elf_find_function() member
5362 if (cache->last_section != section in _bfd_elf_find_function()
5387 cache->last_section = section; in _bfd_elf_find_function()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c6024 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/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.c10269 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/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c10269 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()

12