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

/haiku-buildtools/binutils/libiberty/
H A Dsimple-object.c320 ret->last_section = NULL;
342 if (sobj->last_section == NULL)
345 sobj->last_section = ret;
349 sobj->last_section->next = ret;
350 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object.c320 ret->last_section = NULL;
342 if (sobj->last_section == NULL)
345 sobj->last_section = ret;
349 sobj->last_section->next = ret;
350 sobj->last_section = ret;
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member in struct:simple_object_write_struct
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dinstall-info.c98 struct menu_section *last_section;
720 next->last_section = NULL;
726 if (dir_nodes != 0 && dir_nodes->last_section != 0)
727 dir_nodes->last_section->end_line = i;
759 dir_nodes->last_section->next = next;
760 dir_nodes->last_section->end_line = i;
764 dir_nodes->last_section = next;
807 if (dir_nodes->last_section != 0)
808 dir_nodes->last_section->end_line = dir_nlines;
97 struct menu_section *last_section; member in struct:node
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c4513 asection *last_section; member in struct:elf_find_function_cache
4533 if (cache->last_section != section
4558 cache->last_section = section;

Completed in 120 milliseconds