Searched refs:symidx (Results 1 – 2 of 2) sorted by relevance
/sysdeps/mips/ |
A D | dl-machine.h | 551 int symidx = ELFW(R_SYM) (r_info); in elf_machine_reloc() local 560 if (symidx) in elf_machine_reloc() 565 if ((ElfW(Word))symidx < gotsym) in elf_machine_reloc() 596 reloc_value += got[symidx + local_gotno - gotsym]; in elf_machine_reloc() 616 int symidx = ELFW(R_SYM) (r_info); in elf_machine_reloc() local 620 if (__builtin_expect ((ElfW(Word)) symidx >= gotsym, 1)) in elf_machine_reloc() 777 int i, n, symidx; in elf_machine_got_rel() local 816 symidx = map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_got_rel() 840 *got = RESOLVE_GOTSYM (sym, vernum, symidx, R_MIPS_32); in elf_machine_got_rel() 857 *got = RESOLVE_GOTSYM (sym, vernum, symidx, R_MIPS_32); in elf_machine_got_rel() [all …]
|
/sysdeps/hppa/ |
A D | dl-fptr.c | 231 Elf_Symndx symidx; in _dl_make_fptr() local 238 symidx = sym - symtab; in _dl_make_fptr() 240 if (symidx >= map->l_mach.fptr_table_len) in _dl_make_fptr() 244 while (ftab[symidx] == 0) in _dl_make_fptr() 251 if (__builtin_expect (COMPARE_AND_SWAP (&ftab[symidx], (ElfW(Addr)) NULL, in _dl_make_fptr() 264 strtab + sym->st_name, ftab[symidx]); in _dl_make_fptr() 283 return ftab[symidx]; in _dl_make_fptr()
|
Completed in 6 milliseconds