HomeSort by relevance Sort by last modified time
    Searched defs:locsyms (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.c 521 Elf_Internal_Sym *locsyms = *locsymsp; local
523 if (locsyms == NULL)
525 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
526 if (locsyms == NULL)
527 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
530 if (locsyms == NULL)
532 *locsymsp = locsyms;
534 sym = locsyms + r_symndx;
    [all...]
elf-bfd.h 654 Elf_Internal_Sym *locsyms;
652 Elf_Internal_Sym *locsyms; member in struct:elf_reloc_cookie
    [all...]
elf32-ppc.c 5203 Elf_Internal_Sym *locsyms = NULL; local
    [all...]
elf64-ppc.c 7235 Elf_Internal_Sym *locsyms = *locsymsp; local
8157 Elf_Internal_Sym *locsyms = NULL; local
    [all...]

Completed in 90 milliseconds