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

  /toolchain/binutils/binutils-2.27/bfd/
elf32-spu.c 530 Elf_Internal_Sym *locsyms = *locsymsp; local
532 if (locsyms == NULL)
534 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
535 if (locsyms == NULL)
536 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
539 if (locsyms == NULL)
541 *locsymsp = locsyms;
543 sym = locsyms + r_symndx;
    [all...]
elf64-ppc.c 7420 Elf_Internal_Sym *locsyms = *locsymsp; local
8347 Elf_Internal_Sym *locsyms = NULL; local
    [all...]
elf32-ppc.c 5333 Elf_Internal_Sym *locsyms = NULL; local
    [all...]
elflink.c 66 || ELF_ST_BIND (cookie->locsyms[r_symndx].st_info) != STB_LOCAL)
92 isym = &cookie->locsyms[r_symndx];
    [all...]
elf-eh-frame.c     [all...]
elf-bfd.h 716 Elf_Internal_Sym *locsyms;
714 Elf_Internal_Sym *locsyms; member in struct:elf_reloc_cookie
    [all...]

Completed in 90 milliseconds