Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object.c302 ret->last_section = NULL; in simple_object_start_write()
324 if (sobj->last_section == NULL) in simple_object_write_create_section()
327 sobj->last_section = ret; in simple_object_write_create_section()
331 sobj->last_section->next = ret; in simple_object_write_create_section()
332 sobj->last_section = ret; in simple_object_write_create_section()
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object.c301 ret->last_section = NULL; in simple_object_start_write()
323 if (sobj->last_section == NULL) in simple_object_write_create_section()
326 sobj->last_section = ret; in simple_object_write_create_section()
330 sobj->last_section->next = ret; in simple_object_write_create_section()
331 sobj->last_section = ret; in simple_object_write_create_section()
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object.c320 ret->last_section = NULL; in simple_object_start_write()
342 if (sobj->last_section == NULL) in simple_object_write_create_section()
345 sobj->last_section = ret; in simple_object_write_create_section()
349 sobj->last_section->next = ret; in simple_object_write_create_section()
350 sobj->last_section = ret; in simple_object_write_create_section()
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member
/dragonfly/contrib/binutils-2.34/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
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object.c421 ret->last_section = NULL; in simple_object_start_write()
443 if (sobj->last_section == NULL) in simple_object_write_create_section()
446 sobj->last_section = ret; in simple_object_write_create_section()
450 sobj->last_section->next = ret; in simple_object_write_create_section()
451 sobj->last_section = ret; in simple_object_write_create_section()
H A Dsimple-object-common.h58 simple_object_write_section *last_section; member
/dragonfly/contrib/binutils-2.27/bfd/
H A Ddwarf2.c4293 asection *last_section; in _bfd_elf_find_function() member
4313 if (cache->last_section != section in _bfd_elf_find_function()
4338 cache->last_section = section; in _bfd_elf_find_function()
/dragonfly/contrib/binutils-2.34/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()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c7511 asection *last_section; in elf_find_function() member
7528 if (cache->last_section != section in elf_find_function()
7553 cache->last_section = section; in elf_find_function()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c10236 const char *last_section = NULL; in output_loc_list() local
10295 if (last_section == NULL || curr->section != last_section) in output_loc_list()
10307 last_section = NULL; in output_loc_list()
10310 last_section = curr->section; in output_loc_list()
10323 if (last_section == NULL) in output_loc_list()