Searched refs:nlocsyms (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elflink.c | 8124 size_t nlocsyms; in elf_gc_mark() local 8137 nlocsyms = symtab_hdr->sh_size / bed->s->sizeof_sym; in elf_gc_mark() 8141 extsymoff = nlocsyms = symtab_hdr->sh_info; in elf_gc_mark() 8144 if (isym == NULL && nlocsyms != 0) in elf_gc_mark() 8146 isym = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, nlocsyms, 0, in elf_gc_mark() 8177 if (r_symndx >= nlocsyms in elf_gc_mark()
|
H A D | elflink.h | 7890 size_t nlocsyms; local 7902 nlocsyms = symtab_hdr->sh_size / sizeof (Elf_External_Sym); 7906 extsymoff = nlocsyms = symtab_hdr->sh_info; 7909 if (isym == NULL && nlocsyms != 0) 7911 isym = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, nlocsyms, 0, 7938 if (r_symndx >= nlocsyms
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elflink.c | 9197 size_t nlocsyms; in _bfd_elf_gc_mark() local 9210 nlocsyms = symtab_hdr->sh_size / bed->s->sizeof_sym; in _bfd_elf_gc_mark() 9214 extsymoff = nlocsyms = symtab_hdr->sh_info; in _bfd_elf_gc_mark() 9217 if (isym == NULL && nlocsyms != 0) in _bfd_elf_gc_mark() 9219 isym = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, nlocsyms, 0, in _bfd_elf_gc_mark() 9250 if (r_symndx >= nlocsyms in _bfd_elf_gc_mark()
|