Searched refs:plt (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/kernel/
H A Dvmlinux.lds.S28 .rel.plt : { *(.rel.plt) }
29 .rela.plt : { *(.rela.plt) }
31 .plt : { *(.plt) }
74 *(.got.plt) *(.got)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Ddyn.lds.S58 .rel.plt : { *(.rel.plt) }
59 .rela.plt : { *(.rela.plt) }
63 .plt : { *(.plt) }
138 .got : { *(.got.plt) *(.got) }
H A Duml.lds.S78 .got : { *(.got.plt) *(.got) }
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c239 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) argument
241 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp)
242 && apply_imm60(mod, (struct insn *) (plt->bundle[1] + 2),
243 (target_ip - (int64_t) plt->bundle[1]) / 16))
249 plt_target (struct plt_entry *plt) argument
251 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1];
258 return (long) plt->bundle[1] + 16*off;
289 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) argument
291 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip)
292 && apply_imm64(mod, (struct insn *) (plt
298 plt_target(struct plt_entry *plt) argument
554 struct plt_entry *plt, *plt_end; local
[all...]
H A Dgate.lds.S57 *(.got.plt) *(.got)
H A Dvmlinux.lds.S226 { *(.got.plt) *(.got) }
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dvmlinux.lds.S139 .plt : { *(.plt) }
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S58 .plt : { *(.plt) }
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S42 *(.got.plt) *(.got)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dvsyscall.lds.S32 *(.got.plt) *(.got)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dvmlinux.lds.S172 *(.got.plt) *(.got)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/modutils/
H A Dinsmod.c33 * The plt and got code are now using the same structs.
752 struct obj_section *plt; member in struct:arch_file
870 ElfW(Addr) plt = ifile->plt ? ifile->plt->header.sh_addr : 0;
1404 /* find the plt entry and initialize it. */
1407 ip = (unsigned long *)(ifile->plt->contents + pe->offset);
1418 v = plt + pe->offset - dot;
1629 /* find the plt entry and initialize it if necessary */
1639 ip = (unsigned long *) (ifile->plt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.h92 u32 plt : 3, /* payload type */
H A Dfore200e.c1095 (rpd->atm_header.plt << ATM_HDR_PTI_SHIFT) |
1733 tpd->atm_header.plt = (*cell_header & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT;
1741 tpd->atm_header.plt = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c167 static const struct plt { struct

Completed in 189 milliseconds