Searched refs:add_stub_section (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf64-ppc.h28 asection * (*add_stub_section) (const char *, asection *); member in struct:ppc64_elf_params
H A Delf32-xgate.h79 asection * (*add_stub_section) (const char *, asection *); member in struct:xgate_elf_link_hash_table
H A Delf32-m68hc1x.h116 asection * (*add_stub_section) (const char *, asection *); member in struct:m68hc11_elf_link_hash_table
H A Delf32-m68hc1x.c172 htab->stub_section = (*htab->add_stub_section) (".tramp",
331 asection * (*add_stub_section) (const char*, asection*))
346 htab->add_stub_section = add_stub_section;
530 if (add_stub_section == 0)
553 if (add_stub_section)
H A Delf32-xgate.c569 asection * (*add_stub_section) (const char*, asection*) ATTRIBUTE_UNUSED)
H A Delf32-hppa.c257 asection * (*add_stub_section) (const char *, asection *); member in struct:elf32_hppa_link_hash_table
573 stub_sec = (*htab->add_stub_section) (s_name, link_sec);
2799 asection * (*add_stub_section) (const char *, asection *),
2813 htab->add_stub_section = add_stub_section;
H A Delf32-metag.c825 asection * (*add_stub_section) (const char *, asection *); member in struct:elf_metag_link_hash_table
1184 stub_sec = (*htab->add_stub_section) (s_name, link_sec);
3928 asection * (*add_stub_section) (const char *, asection *),
3938 htab->add_stub_section = add_stub_section;
H A Delf32-nios2.c1801 asection * (*add_stub_section) (const char *, asection *, bfd_boolean); member in struct:elf32_nios2_link_hash_table
2213 stub_sec = (*htab->add_stub_section) (s_name, link_sec, afterp);
2623 asection *(*add_stub_section) (const char *,
2632 htab->add_stub_section = add_stub_section;
H A Delfnn-aarch64.c2316 asection *(*add_stub_section) (const char *, asection *); member in struct:elf_aarch64_link_hash_table
2779 return (*htab->add_stub_section) (s_name, section);
3861 asection * (*add_stub_section) (const char *,
3878 htab->add_stub_section = add_stub_section;
H A Delf32-arm.c3201 asection * (*add_stub_section) (const char *, asection *, asection *, member in struct:elf32_arm_link_hash_table
4453 *stub_sec_p = (*htab->add_stub_section) (s_name, out_sec, link_sec,
6080 asection * (*add_stub_section) (const char *, asection *,
6114 htab->add_stub_section = add_stub_section;
H A Delfxx-mips.c512 asection *(*add_stub_section) (const char *, asection *, asection *); member in struct:mips_elf_link_hash_table
1798 htab->add_stub_section = fn;
1872 s = htab->add_stub_section (name, input_section,
1914 s = htab->add_stub_section (".text", NULL,
H A Delf64-ppc.c4601 stub_sec = (*htab->params->add_stub_section) (s_name, link_sec);
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-m68hc1x.h115 asection * (*add_stub_section) PARAMS ((const char *, asection *)); member in struct:m68hc11_elf_link_hash_table
H A Delf32-m68hc1x.c95 ret->add_stub_section = NULL;
170 htab->stub_section = (*htab->add_stub_section) (".tramp",
313 asection * (*add_stub_section) (const char*, asection*))
326 htab->add_stub_section = add_stub_section;
508 if (add_stub_section == 0)
531 if (add_stub_section)
H A Delf32-hppa.c249 asection * (*add_stub_section) (const char *, asection *); member in struct:elf32_hppa_link_hash_table
410 htab->add_stub_section = NULL;
558 stub_sec = (*htab->add_stub_section) (s_name, link_sec);
2713 asection * (*add_stub_section) (const char *, asection *),
2724 htab->add_stub_section = add_stub_section;
H A Delf64-ppc.c3298 asection * (*add_stub_section) (const char *, asection *);
3681 stub_sec = (*htab->add_stub_section) (s_name, link_sec);
9012 asection *(*add_stub_section) (const char *, asection *),
9020 htab->add_stub_section = add_stub_section;
3294 asection * (*add_stub_section) (const char *, asection *); member in struct:ppc_link_hash_table

Completed in 536 milliseconds