Searched refs:stubs (Results 1 - 25 of 31) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/odhcp6c/
H A DMakefile17 OBJS := odhcp6c.o dhcpv6.o ra.o script.o md5.o stubs.o
18 HDRS := odhcp6c.h ra.h md5.h stubs.h
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/odhcp6c/
H A DMakefile17 OBJS := odhcp6c.o dhcpv6.o ra.o script.o md5.o stubs.o
18 HDRS := odhcp6c.h ra.h md5.h stubs.h
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/odhcp6c/
H A DMakefile17 OBJS := odhcp6c.o dhcpv6.o ra.o script.o md5.o stubs.o
18 HDRS := odhcp6c.h ra.h md5.h stubs.h
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/kernel/
H A DMakefile8 obj-y += syscall_table.o syscall-stubs.o irq.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/kernel/
H A DMakefile8 obj-y += syscall_table.o syscall-stubs.o irq.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dmodule_64.c74 /* Only count 24-bit relocs, others don't need stubs */
160 DEBUGP("Looks like a total of %lu stubs, max\n", relocs);
195 /* Find .toc and .stubs sections, symtab and strtab */
198 if (strcmp(secstrings + sechdrs[i].sh_name, ".stubs") == 0)
218 printk("%s: doesn't contain .stubs.\n", me->name);
222 /* If we don't have a .toc, just use .stubs. We need to set r2
229 /* Override the stubs size */
295 struct ppc64_stub_entry *stubs; local
299 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs);
302 stubs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmodule_64.c74 /* Only count 24-bit relocs, others don't need stubs */
160 DEBUGP("Looks like a total of %lu stubs, max\n", relocs);
195 /* Find .toc and .stubs sections, symtab and strtab */
198 if (strcmp(secstrings + sechdrs[i].sh_name, ".stubs") == 0)
218 printk("%s: doesn't contain .stubs.\n", me->name);
222 /* If we don't have a .toc, just use .stubs. We need to set r2
229 /* Override the stubs size */
295 struct ppc64_stub_entry *stubs; local
299 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs);
302 stubs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A DMakefile.in23 session request auth basic stubs redirect
180 stubs.lo: $(srcdir)/stubs.c $(OBJDEPS)
215 stubs: stubs.lo $(DEPS)
216 $(LINK) -o $@ stubs.lo $(DEPS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A DMakefile.in23 session request auth basic stubs redirect
180 stubs.lo: $(srcdir)/stubs.c $(OBJDEPS)
215 stubs: stubs.lo $(DEPS)
216 $(LINK) -o $@ stubs.lo $(DEPS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A DMakefile.in23 session request auth basic stubs redirect
180 stubs.lo: $(srcdir)/stubs.c $(OBJDEPS)
215 stubs: stubs.lo $(DEPS)
216 $(LINK) -o $@ stubs.lo $(DEPS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-spu.c283 /* Set if we should emit symbols for stubs. */
286 /* Set if we want stubs on calls out of overlay regions to
735 /* Usually, symbols in non-overlay sections don't need stubs. */
758 /* Called via elf_link_hash_traverse to allocate stubs for any _SPUEAR_
771 struct stubarr *stubs = inf; local
778 stubs->err = 1;
783 bfd_hash_lookup (stubs->stub_hash_table, stub_name, TRUE, FALSE);
799 stubs->count += 1;
811 struct stubarr *stubs = inf; local
813 stubs
860 struct stubarr stubs; local
[all...]
H A Delf64-hppa.c600 asection *dlt, *plt, *stubs;
709 dlt = plt = stubs = NULL;
1322 /* Create the stubs section. */
1365 of the stubs is used it will call into the dynamic linker, later
1374 Other stubs may be needed in the future. We may want the remove
599 asection *dlt, *plt, *stubs; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-spu.c283 /* Set if we should emit symbols for stubs. */
286 /* Set if we want stubs on calls out of overlay regions to
735 /* Usually, symbols in non-overlay sections don't need stubs. */
758 /* Called via elf_link_hash_traverse to allocate stubs for any _SPUEAR_
771 struct stubarr *stubs = inf; local
778 stubs->err = 1;
783 bfd_hash_lookup (stubs->stub_hash_table, stub_name, TRUE, FALSE);
799 stubs->count += 1;
811 struct stubarr *stubs = inf; local
813 stubs
860 struct stubarr stubs; local
[all...]
H A Delf64-hppa.c600 asection *dlt, *plt, *stubs;
709 dlt = plt = stubs = NULL;
1322 /* Create the stubs section. */
1365 of the stubs is used it will call into the dynamic linker, later
1374 Other stubs may be needed in the future. We may want the remove
599 asection *dlt, *plt, *stubs; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-spu.c283 /* Set if we should emit symbols for stubs. */
286 /* Set if we want stubs on calls out of overlay regions to
735 /* Usually, symbols in non-overlay sections don't need stubs. */
758 /* Called via elf_link_hash_traverse to allocate stubs for any _SPUEAR_
771 struct stubarr *stubs = inf; local
778 stubs->err = 1;
783 bfd_hash_lookup (stubs->stub_hash_table, stub_name, TRUE, FALSE);
799 stubs->count += 1;
811 struct stubarr *stubs = inf; local
813 stubs
860 struct stubarr stubs; local
[all...]
H A Delf64-hppa.c600 asection *dlt, *plt, *stubs;
709 dlt = plt = stubs = NULL;
1322 /* Create the stubs section. */
1365 of the stubs is used it will call into the dynamic linker, later
1374 Other stubs may be needed in the future. We may want the remove
599 asection *dlt, *plt, *stubs; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/
H A Dneon.mak153 # Provide ABI-compatibility stubs for SSL interface
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/
H A Dneon.mak153 # Provide ABI-compatibility stubs for SSL interface
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/
H A Dneon.mak153 # Provide ABI-compatibility stubs for SSL interface
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/
H A Dpidl28 pidl can generate stubs for DCE/RPC server code, DCE/RPC
106 Generate stubs for a RPC server that implements the interface. Output will
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/
H A Dpidl28 pidl can generate stubs for DCE/RPC server code, DCE/RPC
106 Generate stubs for a RPC server that implements the interface. Output will
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/
H A Dpidl28 pidl can generate stubs for DCE/RPC server code, DCE/RPC
106 Generate stubs for a RPC server that implements the interface. Output will
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Disp.S34 # Also, subroutine stubs exist in this file (_isp_done for
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Disp.S34 # Also, subroutine stubs exist in this file (_isp_done for
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_jit_compile.c311 stub_list *stubs; member in struct:compiler_common
1259 list_item->next = common->stubs;
1260 common->stubs = list_item;
1267 stub_list* list_item = common->stubs;
1281 common->stubs = NULL;

Completed in 260 milliseconds

12