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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object.c302 ret->last_section = NULL;
324 if (sobj->last_section == NULL)
327 sobj->last_section = ret;
331 sobj->last_section->next = ret;
332 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object.c301 ret->last_section = NULL;
323 if (sobj->last_section == NULL)
326 sobj->last_section = ret;
330 sobj->last_section->next = ret;
331 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/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-6-1-5-RELEASE/gnu/dist/texinfo/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

Completed in 83 milliseconds