Lines Matching defs:generic
1618 asymbol **generic = bfd_get_outsymbols (abfd);
1627 asymbol *g = generic[count];
1925 arelent **generic;
1935 generic = section->orelocation;
1936 if (generic != NULL)
1942 r = native + (*generic)->address;
1943 pdp11_aout_swap_reloc_out (abfd, *generic, r);
1945 generic++;
2118 /* If we don't have to allocate more than 1MB to hold the generic
2119 symbols, we use the generic minisymbol method: it's faster, since