Searched refs:targetsec (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-m68k.c472 asection *targetsec;
489 targetsec = bfd_abs_section_ptr;
501 targetsec = coff_section_from_bfd_index (abfd, isym.n_scnum);
505 targetsec = h->root.u.def.section;
507 targetsec = NULL;
513 if (targetsec != NULL)
514 strncpy (p + 4, targetsec->output_section->name, 8);
471 asection *targetsec; local
H A Delf32-m68k.c2119 asection *targetsec;
2154 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
2167 targetsec = h->root.u.def.section;
2169 targetsec = NULL;
2174 if (targetsec != NULL)
2175 strncpy (p + 4, targetsec->output_section->name, 8);
2118 asection *targetsec; local

Completed in 41 milliseconds