Searched refs:stub_sec (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-m68hc12.c433 asection *stub_sec;
444 stub_sec = stub_entry->stub_sec;
447 stub_entry->stub_offset = stub_sec->size;
448 stub_sec->size += 7;
449 loc = stub_sec->contents + stub_entry->stub_offset;
451 stub_bfd = stub_sec->owner;
490 stub_entry->stub_sec->size += 7;
432 asection *stub_sec; local
H A Delf32-m68hc1x.c138 eh->stub_sec = NULL;
172 stub_entry->stub_sec = htab->stub_section;
318 asection *stub_sec; local
533 for (stub_sec = htab->stub_bfd->sections;
534 stub_sec != NULL;
535 stub_sec = stub_sec->next)
537 stub_sec->size = 0;
576 stub_entry->stub_sec);
616 asection *stub_sec; local
[all...]
H A Delf32-hppa.c165 asection *stub_sec; member in struct:elf32_hppa_stub_hash_entry
167 /* Offset within stub_sec of the beginning of this stub. */
238 asection *stub_sec; member in struct:elf32_hppa_link_hash_table::map_stub
311 eh->stub_sec = NULL;
507 asection *stub_sec; local
511 stub_sec = htab->stub_group[section->id].stub_sec;
512 if (stub_sec == NULL)
514 stub_sec = htab->stub_group[link_sec->id].stub_sec;
658 asection *stub_sec; local
797 stub_sec, local
2656 asection *stub_sec; local
2964 asection *stub_sec; local
[all...]
H A Delf64-ppc.c3162 asection *stub_sec;
3164 /* Offset within stub_sec of the beginning of this stub. */
3264 asection *stub_sec;
3360 eh->stub_sec = NULL;
3604 asection *stub_sec;
3608 stub_sec = htab->stub_group[section->id].stub_sec;
3609 if (stub_sec == NULL)
3611 stub_sec = htab->stub_group[link_sec->id].stub_sec;
3158 asection *stub_sec; member in struct:ppc_stub_hash_entry
3260 asection *stub_sec; member in struct:ppc_link_hash_table::map_stub
3600 asection *stub_sec; local
7979 asection *stub_sec; local
8350 asection *stub_sec; local
[all...]
H A Delf32-m68hc1x.h50 asection *stub_sec; member in struct:elf32_m68hc11_stub_hash_entry
52 /* Offset within stub_sec of the beginning of this stub. */
H A Delf32-m68hc11.c385 asection *stub_sec;
396 stub_sec = stub_entry->stub_sec;
399 stub_entry->stub_offset = stub_sec->size;
400 stub_sec->size += 10;
401 loc = stub_sec->contents + stub_entry->stub_offset;
403 stub_bfd = stub_sec->owner;
450 stub_entry->stub_sec->size += 10;
384 asection *stub_sec; local
H A Delf-hppa.h1563 value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
1564 + hppa_info->stub_sec->output_section->vma);
1597 value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
1598 + hppa_info->stub_sec->output_section->vma);
1955 value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
1956 + hppa_info->stub_sec->output_section->vma);
1974 value = (dyn_h->stub_offset + hppa_info->stub_sec->output_offset
1975 + hppa_info->stub_sec->output_section->vma);
H A Delf64-hppa.c137 asection *stub_sec; member in struct:elf64_hppa_link_hash_table
898 if (! hppa_info->stub_sec
1345 stub = hppa_info->stub_sec;
1367 hppa_info->stub_sec = stub;
1687 hppa_info->stub_sec->size = data.ofs;
1957 stub = hppa_info->stub_sec;

Completed in 180 milliseconds