Searched refs:stub (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/bin/debug/ltrace/arch/
H A Dltrace_stub.h12 void arch_init_call_stub(void* stub,
13 void* (*callback)(const void* stub, const void* args),
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dgo32exe.h23 char stub[STUBSIZE];/* the stub to load the image */ member in struct:external_filehdr_go32_exe
/haiku-fatelf/src/bin/debug/ltrace/
H A Dltrace_stub.cpp23 static void* function_call_callback(const void* stub, const void* args);
43 void* stub = (uint8*)memory + _ALIGN(sizeof(PatchEntry)); local
44 arch_init_call_stub(stub, &function_call_callback, function);
47 entry->patchedFunction = stub;
115 function_call_callback(const void* stub, const void* _args) argument
117 PatchEntry* entry = sPatchedTable.Lookup(stub);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-stgo32.c1 /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
21 /* This file handles now also stubbed coff images. The stub is a small
31 image had no stub by using the filepointers as pointers in the coff
103 /* I hold in the usrdata the stub. */
111 image into memory and then runs it. It is called 'stub'. */
142 /* Save now the stub to be used later. */
151 memcpy (bfd_coff_go32stub (abfd), filehdr_src->stub, STUBSIZE);
163 /* Generate the stub. */
166 /* Copy the stub to the file header. */
168 memcpy (filehdr_out->stub, bfd_coff_go32stu
299 char *stub; local
[all...]
H A Delf64-hppa.c37 /* The stub is supposed to load the target address and target's DP
134 /* Note this is not strictly correct. We should create a stub section for
135 each input section with calls. The stub section should be placed before
792 may need to make a stub for them. The stub uses the PLT, so we
1342 asection *stub;
1345 stub = hppa_info->stub_sec;
1346 if (!stub)
1352 stub = bfd_make_section (dynobj, ".stub");
1341 asection *stub; local
1948 asection *stub, *splt, *sdlt, *sopd, *spltrel, *sdltrel; local
[all...]
H A Delf32-m68hc1x.c80 /* Init the stub hash table too. */
114 /* Initialize an entry in the stub hash table. */
147 /* Add a new stub entry to the stub hash. Not all fields of the new
148 stub entry are initialised. */
156 /* Enter this entry into the linker stub hash table. */
161 (*_bfd_error_handler) (_("%B: cannot create stub entry %s"),
302 /* Determine and set the size of the stub section for a final link.
532 stub sections. */
638 /* Build the stubs as directed by the stub has
974 struct elf32_m68hc11_stub_hash_entry* stub; local
[all...]
H A Delf32-ppc.c1942 const int *stub;
1969 stub = shared_stub_entry;
1974 stub = stub_entry;
1981 bfd_put_32 (abfd, stub[i], dest);
6158 /* Return address for Ith PLT stub in section PLT, for relocation REL
1938 const int *stub; local
H A Delfxx-mips.c191 /* We must not create a stub for a symbol that has relocations
197 /* If there is a stub that 32 bit functions should use to call this
198 16 bit function, this points to the section containing the stub. */
205 /* If there is a stub that 16 bit functions should use to call this
206 32 bit function, this points to the section containing the stub. */
236 /* This is set if we see any mips16 stub sections. */
532 /* The name of the stub section. */
604 /* Instructions which appear in a stub. */
654 call should be redirected to the stub instead. If no 32 bit
655 function calls FNNAME, the stub shoul
6565 bfd_byte stub[MIPS_FUNCTION_STUB_SIZE]; local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dmakefile15 SUPPORT_OBJS = rootfs.o initfs.o kernel.o cache.o sl.o stub.o
62 stub.o : stub.c compat.h
/haiku-fatelf/src/libs/util/
H A DMakefile14 pidfile.c property.c pty.c pw_util.c realhostname.c stub.c \
/haiku-fatelf/src/bin/gdb/include/
H A Dhp-symtab.h1762 unsigned int stub: 1; /* bodyless function */ member in struct:quick_procedure
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgnulib.mk302 EXTRA_DIST += chown.c fchown-stub.c
304 EXTRA_libcoreutils_a_SOURCES += chown.c fchown-stub.c
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x384 copied a stub type, call add_undefined_type.
389 * val_print.c (type_print_base): Print stub types as
1515 * remote-multi.shar: Created (Vikram Koka's remote stub).
1601 * dbxread.c (read_type): Set flag bit if type is stub.
1602 (cleanup_undefined_types): Don't mark it as a stub if it's been
/haiku-fatelf/src/bin/bash/
H A DAUTHORS172 lib/malloc/stub.c Chet Ramey
H A DMANIFEST296 lib/malloc/stub.c f
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dconfigure4877 # can hang configure; on other versions, vfork exists just as a stub.
5506 /* Some systems only have a dummy stub for fork() */
5546 # Override, as these systems have only a dummy fork() stub
/haiku-fatelf/src/bin/diffutils/
H A Dconfigure7082 /* Some systems only have a dummy stub for fork() */
7119 # Override, as these systems have only a dummy fork() stub

Completed in 322 milliseconds