OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m68hc11_reloc_map
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc12.c
428
struct
m68hc11_reloc_map
struct
434
static const struct
m68hc11_reloc_map
m68hc11_reloc_map
[] =
variable in typeref:struct:m68hc11_reloc_map
471
i < sizeof (
m68hc11_reloc_map
) / sizeof (struct
m68hc11_reloc_map
);
474
if (
m68hc11_reloc_map
[i].bfd_reloc_val == code)
475
return &elf_m68hc11_howto_table[
m68hc11_reloc_map
[i].elf_reloc_val];
elf32-m68hc11.c
316
struct
m68hc11_reloc_map
struct
322
static const struct
m68hc11_reloc_map
m68hc11_reloc_map
[] = {
variable in typeref:struct:m68hc11_reloc_map
351
i < sizeof (
m68hc11_reloc_map
) / sizeof (struct
m68hc11_reloc_map
);
354
if (
m68hc11_reloc_map
[i].bfd_reloc_val == code)
355
return &elf_m68hc11_howto_table[
m68hc11_reloc_map
[i].elf_reloc_val];
[
all
...]
Completed in 201 milliseconds