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

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dxtensa-dis.c48 /* Persistent fields, valid for last_section only. */
49 asection *last_section; member in struct:dis_private
301 if (priv.last_section != section)
305 if (priv.last_section != NULL)
312 priv.last_section = section;
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object.c456 ret->last_section = NULL;
478 if (sobj->last_section == NULL)
481 sobj->last_section = ret;
485 sobj->last_section->next = ret;
486 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object.c450 ret->last_section = NULL;
472 if (sobj->last_section == NULL)
475 sobj->last_section = ret;
479 sobj->last_section->next = ret;
480 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dsimple-object.c450 ret->last_section = NULL;
472 if (sobj->last_section == NULL)
475 sobj->last_section = ret;
479 sobj->last_section->next = ret;
480 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object.c456 ret->last_section = NULL;
478 if (sobj->last_section == NULL)
481 sobj->last_section = ret;
485 sobj->last_section->next = ret;
486 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object.c456 ret->last_section = NULL;
478 if (sobj->last_section == NULL)
481 sobj->last_section = ret;
485 sobj->last_section->next = ret;
486 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object.c456 ret->last_section = NULL;
478 if (sobj->last_section == NULL)
481 sobj->last_section = ret;
485 sobj->last_section->next = ret;
486 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c1026 xml_section *last_section = NULL;
1073 while (last_section && last_section->level >= level)
1075 xml_section *temp = last_section;
1076 xml_insert_element (xml_element(last_section->name), END);
1077 temp = last_section;
1078 last_section = last_section->prev;
1092 sect->prev = last_section;
1093 last_section
1024 xml_section *last_section = NULL; variable
[all...]
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dinstall-info.c104 struct menu_section *last_section;
1035 next->last_section = NULL;
1041 if (*nodes != 0 && (*nodes)->last_section != 0)
1042 (*nodes)->last_section->end_line = i;
1074 (*nodes)->last_section->next = next;
1075 (*nodes)->last_section->end_line = i;
1079 (*nodes)->last_section = next;
1134 if ((*nodes)->last_section != 0)
1135 (*nodes)->last_section->end_line = nlines;
103 struct menu_section *last_section; member in struct:node
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dxtensa-dis.c48 /* Persistent fields, valid for last_section only. */
49 asection *last_section; member in struct:dis_private
319 if (priv.last_section != section)
323 if (priv.last_section != NULL)
330 priv.last_section = section;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dxtensa-dis.c48 /* Persistent fields, valid for last_section only. */
49 asection *last_section; member in struct:dis_private
319 if (priv.last_section != section)
323 if (priv.last_section != NULL)
330 priv.last_section = section;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dxtensa-dis.c48 /* Persistent fields, valid for last_section only. */
49 asection *last_section; member in struct:dis_private
319 if (priv.last_section != section)
323 if (priv.last_section != NULL)
330 priv.last_section = section;
/netbsd-current/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-current/external/gpl3/gdb.old/dist/bfd/
H A Ddwarf2.c5342 asection *last_section; member in struct:elf_find_function_cache
5362 if (cache->last_section != section
5387 cache->last_section = section;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c6024 asection *last_section; member in struct:elf_find_function_cache
6044 if (cache->last_section != section
6069 cache->last_section = section;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c6145 asection *last_section; member in struct:elf_find_function_cache
6165 if (cache->last_section != section
6190 cache->last_section = section;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c6024 asection *last_section; member in struct:elf_find_function_cache
6044 if (cache->last_section != section
6069 cache->last_section = section;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c10281 const char *last_section = NULL;
10340 if (last_section == NULL || curr->section != last_section)
10352 last_section = NULL;
10355 last_section = curr->section;
10368 if (last_section == NULL)
10269 const char *last_section = NULL; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc10430 const char *last_section = NULL;
10502 if (last_section == NULL || curr->section != last_section)
10514 last_section = NULL;
10517 last_section = curr->section;
10530 if (last_section == NULL)
10418 const char *last_section = NULL; local

Completed in 736 milliseconds