Lines Matching refs:l_symndx
440 unsigned long l_symndx; in nlm_powerpc_read_reloc() local
451 l_symndx = H_GET_32 (abfd, ext.l_symndx); in nlm_powerpc_read_reloc()
469 if (l_symndx == 0) in nlm_powerpc_read_reloc()
471 else if (l_symndx == 1) in nlm_powerpc_read_reloc()
473 else if (l_symndx == 2) in nlm_powerpc_read_reloc()
738 unsigned long l_symndx; in nlm_powerpc_write_reloc() local
754 l_symndx = indx + 3; in nlm_powerpc_write_reloc()
759 l_symndx = 0; in nlm_powerpc_write_reloc()
761 l_symndx = 1; in nlm_powerpc_write_reloc()
763 l_symndx = 2; in nlm_powerpc_write_reloc()
771 H_PUT_32 (abfd, l_symndx, ext.l_symndx); in nlm_powerpc_write_reloc()