Searched refs:stub_type (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dhppa-hpux-tdep.c109 if (u->stub_unwind.stub_type == 0)
113 if (u->stub_unwind.stub_type == LONG_BRANCH)
119 if (u->stub_unwind.stub_type == IMPORT)
124 if (u->stub_unwind.stub_type == PARAMETER_RELOCATION
125 || u->stub_unwind.stub_type == EXPORT)
239 if (u->stub_unwind.stub_type == 0 || u->stub_unwind.stub_type == LONG_BRANCH)
245 if (u->stub_unwind.stub_type == IMPORT)
250 if (u->stub_unwind.stub_type == PARAMETER_RELOCATION
251 || u->stub_unwind.stub_type
[all...]
H A Dhppa-tdep.h160 unsigned int stub_type:4; /* 0..3 */ member in struct:unwind_table_entry::__anon1932
242 enum unwind_stub_types stub_type);
H A Dhppa-tdep.c314 table[i].stub_unwind.stub_type = 0;
432 ui->table[index].stub_unwind.stub_type = bfd_get_8 (objfile->obfd,
2404 if (u && u->stub_unwind.stub_type == EXPORT)
2505 enum unwind_stub_types stub_type)
2517 if (u != NULL && u->stub_unwind.stub_type == stub_type)
2592 if (u->stub_unwind.stub_type)
2595 switch (u->stub_unwind.stub_type)
2613 printf_unfiltered ("unknown (%d)\n", u->stub_unwind.stub_type);
2501 hppa_lookup_stub_minimal_symbol(const char *name, enum unwind_stub_types stub_type) argument
H A Dsolib-som.c344 if ((u != NULL) && (u->stub_unwind.stub_type == EXPORT))
383 if ((u != NULL) && (u->stub_unwind.stub_type == EXPORT))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dhppa-hpux-tdep.c109 if (u->stub_unwind.stub_type == 0)
113 if (u->stub_unwind.stub_type == LONG_BRANCH)
119 if (u->stub_unwind.stub_type == IMPORT)
124 if (u->stub_unwind.stub_type == PARAMETER_RELOCATION
125 || u->stub_unwind.stub_type == EXPORT)
239 if (u->stub_unwind.stub_type == 0 || u->stub_unwind.stub_type == LONG_BRANCH)
245 if (u->stub_unwind.stub_type == IMPORT)
250 if (u->stub_unwind.stub_type == PARAMETER_RELOCATION
251 || u->stub_unwind.stub_type
[all...]
H A Dhppa-tdep.h160 unsigned int stub_type:4; /* 0..3 */ member in struct:unwind_table_entry::__anon2837
242 enum unwind_stub_types stub_type);
H A Dhppa-tdep.c314 table[i].stub_unwind.stub_type = 0;
432 ui->table[index].stub_unwind.stub_type = bfd_get_8 (objfile->obfd,
2404 if (u && u->stub_unwind.stub_type == EXPORT)
2505 enum unwind_stub_types stub_type)
2517 if (u != NULL && u->stub_unwind.stub_type == stub_type)
2592 if (u->stub_unwind.stub_type)
2595 switch (u->stub_unwind.stub_type)
2613 printf_unfiltered ("unknown (%d)\n", u->stub_unwind.stub_type);
2501 hppa_lookup_stub_minimal_symbol(const char *name, enum unwind_stub_types stub_type) argument
H A Dsolib-som.c344 if ((u != NULL) && (u->stub_unwind.stub_type == EXPORT))
383 if ((u != NULL) && (u->stub_unwind.stub_type == EXPORT))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dhppa-hpux-tdep.c109 if (u->stub_unwind.stub_type == 0)
113 if (u->stub_unwind.stub_type == LONG_BRANCH)
119 if (u->stub_unwind.stub_type == IMPORT)
124 if (u->stub_unwind.stub_type == PARAMETER_RELOCATION
125 || u->stub_unwind.stub_type == EXPORT)
239 if (u->stub_unwind.stub_type == 0 || u->stub_unwind.stub_type == LONG_BRANCH)
245 if (u->stub_unwind.stub_type == IMPORT)
250 if (u->stub_unwind.stub_type == PARAMETER_RELOCATION
251 || u->stub_unwind.stub_type
[all...]
H A Dhppa-tdep.h160 unsigned int stub_type:4; /* 0..3 */ member in struct:unwind_table_entry::__anon36862
242 enum unwind_stub_types stub_type);
H A Dhppa-tdep.c314 table[i].stub_unwind.stub_type = 0;
432 ui->table[index].stub_unwind.stub_type = bfd_get_8 (objfile->obfd,
2404 if (u && u->stub_unwind.stub_type == EXPORT)
2505 enum unwind_stub_types stub_type)
2517 if (u != NULL && u->stub_unwind.stub_type == stub_type)
2592 if (u->stub_unwind.stub_type)
2595 switch (u->stub_unwind.stub_type)
2613 printf_unfiltered ("unknown (%d)\n", u->stub_unwind.stub_type);
2501 hppa_lookup_stub_minimal_symbol(const char *name, enum unwind_stub_types stub_type) argument
H A Dsolib-som.c344 if ((u != NULL) && (u->stub_unwind.stub_type == EXPORT))
383 if ((u != NULL) && (u->stub_unwind.stub_type == EXPORT))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-hppa.c200 enum elf32_hppa_stub_type stub_type; member in struct:elf32_hppa_stub_hash_entry
368 hsh->stub_type = hppa_stub_long_branch;
729 switch (hsh->stub_type)
787 if (hsh->stub_type == hppa_stub_import_shared)
917 if (hsh->stub_type == hppa_stub_long_branch)
919 else if (hsh->stub_type == hppa_stub_long_branch_shared)
921 else if (hsh->stub_type == hppa_stub_export)
2789 hsh->stub_type = hppa_stub_export;
2927 enum elf32_hppa_stub_type stub_type; local
3018 stub_type
[all...]
H A Delf64-ppc.c3290 enum ppc_stub_type stub_type;
3505 eh->stub_type = ppc_stub_none;
8262 htab->stub_count[stub_entry->stub_type - 1] += 1;
8263 switch (stub_entry->stub_type)
8278 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
8450 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
8569 len1 = strlen (stub_str[stub_entry->stub_type - 1]);
8575 memcpy (name + 9, stub_str[stub_entry->stub_type - 1], len1);
8615 if (stub_entry->stub_type == ppc_stub_plt_call)
8653 if (stub_entry->stub_type >
3286 enum ppc_stub_type stub_type; member in struct:ppc_stub_hash_entry
9289 enum ppc_stub_type stub_type; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-hppa.c200 enum elf32_hppa_stub_type stub_type; member in struct:elf32_hppa_stub_hash_entry
368 hsh->stub_type = hppa_stub_long_branch;
729 switch (hsh->stub_type)
787 if (hsh->stub_type == hppa_stub_import_shared)
917 if (hsh->stub_type == hppa_stub_long_branch)
919 else if (hsh->stub_type == hppa_stub_long_branch_shared)
921 else if (hsh->stub_type == hppa_stub_export)
2789 hsh->stub_type = hppa_stub_export;
2927 enum elf32_hppa_stub_type stub_type; local
3018 stub_type
[all...]
H A Delf64-ppc.c3290 enum ppc_stub_type stub_type;
3505 eh->stub_type = ppc_stub_none;
8262 htab->stub_count[stub_entry->stub_type - 1] += 1;
8263 switch (stub_entry->stub_type)
8278 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
8450 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
8569 len1 = strlen (stub_str[stub_entry->stub_type - 1]);
8575 memcpy (name + 9, stub_str[stub_entry->stub_type - 1], len1);
8615 if (stub_entry->stub_type == ppc_stub_plt_call)
8653 if (stub_entry->stub_type >
3286 enum ppc_stub_type stub_type; member in struct:ppc_stub_hash_entry
9289 enum ppc_stub_type stub_type; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-hppa.c200 enum elf32_hppa_stub_type stub_type; member in struct:elf32_hppa_stub_hash_entry
368 hsh->stub_type = hppa_stub_long_branch;
729 switch (hsh->stub_type)
787 if (hsh->stub_type == hppa_stub_import_shared)
917 if (hsh->stub_type == hppa_stub_long_branch)
919 else if (hsh->stub_type == hppa_stub_long_branch_shared)
921 else if (hsh->stub_type == hppa_stub_export)
2789 hsh->stub_type = hppa_stub_export;
2927 enum elf32_hppa_stub_type stub_type; local
3018 stub_type
[all...]
H A Delf64-ppc.c3290 enum ppc_stub_type stub_type;
3505 eh->stub_type = ppc_stub_none;
8262 htab->stub_count[stub_entry->stub_type - 1] += 1;
8263 switch (stub_entry->stub_type)
8278 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
8450 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
8569 len1 = strlen (stub_str[stub_entry->stub_type - 1]);
8575 memcpy (name + 9, stub_str[stub_entry->stub_type - 1], len1);
8615 if (stub_entry->stub_type == ppc_stub_plt_call)
8653 if (stub_entry->stub_type >
3286 enum ppc_stub_type stub_type; member in struct:ppc_stub_hash_entry
9289 enum ppc_stub_type stub_type; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/kernel/
H A Dmodule.c433 enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec)
484 switch (stub_type) {
432 get_stub(struct module *me, unsigned long value, long addend, enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/kernel/
H A Dmodule.c433 enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec)
484 switch (stub_type) {
432 get_stub(struct module *me, unsigned long value, long addend, enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) argument

Completed in 195 milliseconds