Home
last modified time | relevance | path

Searched refs:num_local_syms (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-sh-symbian.c445 unsigned long num_local_syms; in sh_symbian_relocate_section() local
451 num_local_syms = symtab_hdr->sh_info; in sh_symbian_relocate_section()
453 num_global_syms -= num_local_syms; in sh_symbian_relocate_section()
523 ptr->new_symndx = h - sym_hashes + num_local_syms; in sh_symbian_relocate_section()
550 symtab_hdr->sh_size = (num_global_syms + num_local_syms) * sizeof (Elf32_External_Sym); in sh_symbian_relocate_section()
552 ptr->new_symndx = num_global_syms - 1 + num_local_syms; in sh_symbian_relocate_section()
582 if (r_symndx < num_local_syms) in sh_symbian_relocate_section()
585 BFD_ASSERT (r_symndx < (num_global_syms + num_local_syms)); in sh_symbian_relocate_section()
586 h = sym_hashes[r_symndx - num_local_syms]; in sh_symbian_relocate_section()