Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c394 int relacount = RELACOUNT(lmp), plthint = 0; in elf_reloc() local
430 plthint = PLTRELSZ(lmp) / relsiz; in elf_reloc()
556 if (plthint && (plt == 0) && in elf_reloc()
560 plthint, relsiz, basebgn, lmp, textrel, 1); in elf_reloc()
561 plthint = 0; in elf_reloc()
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c372 int relacount = RELACOUNT(lmp), plthint = 0; in elf_reloc() local
408 plthint = PLTRELSZ(lmp) / relsiz; in elf_reloc()
534 if (plthint && (plt == 0) && in elf_reloc()
538 plthint, relsiz, basebgn, lmp, textrel, 0); in elf_reloc()
539 plthint = 0; in elf_reloc()