Searched refs:stub (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h1762 unsigned int stub: 1; /* bodyless function */ member in struct:quick_procedure
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-score.c55 /* We must not create a stub for a symbol that has relocations related to
174 #define SCORE_ELF_STUB_SECTION_NAME (".SCORE.stub")
1326 in the function stub generation and in the linker script. */
2611 /* We need a stub, not a plt entry for the undefined function. But we record
2692 /* We must not create a stub for a symbol that has relocations
2836 /* For a function, create a stub, if allowed. */
2843 the symbol to the stub location. This is required to make
2848 /* We need .stub section. */
2855 /* XXX Write this stub address somewhere. */
2858 /* Make room for this stub cod
3213 bfd_byte stub[SCORE_FUNCTION_STUB_SIZE]; local
[all...]
H A Delfxx-mips.c255 /* We must not create a stub for a symbol that has relocations
261 /* If there is a stub that 32 bit functions should use to call this
262 16 bit function, this points to the section containing the stub. */
269 /* If there is a stub that 16 bit functions should use to call this
270 32 bit function, this points to the section containing the stub. */
322 /* This is set if we see any mips16 stub sections. */
338 /* The size of a function stub entry in bytes. */
547 /* The name of the stub section. */
633 /* Instructions which appear in a stub. */
688 call should be redirected to the stub instea
8191 bfd_byte stub[MIPS_FUNCTION_STUB_BIG_SIZE]; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c2562 bfd_boolean stub; local
2598 stub = FALSE;
2601 stub = TRUE;
2711 stub = TRUE;
2727 /* If the type is not a stub, then the argtypes string is
2732 if (! stub)
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S183 ! as libc provides a stub, which is overloaded the moment you link
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in978 C_OBJS = c-lang.o stub-objc.o $(C_AND_OBJC_OBJS)
1615 stub-objc.o : stub-objc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \
H A Dconfigure10214 /* Some systems only have a dummy stub for fork() */
10254 # Override, as these systems have only a dummy fork() stub
/freebsd-11-stable/sys/security/mac_stub/
H A Dmac_stub.c92 static SYSCTL_NODE(_security_mac, OID_AUTO, stub, CTLFLAG_RW, 0,
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm109 /* Include thumb stub before arm mode code. */
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c18138 /* Given a symbol name and its associated stub, write out the
18139 definition of the stub. */
18142 machopic_output_stub (FILE *file, const char *symb, const char *stub)
18151 /* Lose our funky encoding stuff so it doesn't contaminate the stub. */
18154 length = strlen (stub);
18156 GEN_BINDER_NAME_FOR_STUB (binder_name, stub, length);
18169 fprintf (file, "%s:\n", stub);
18111 machopic_output_stub(FILE *file, const char *symb, const char *stub) argument
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c10867 /* For macho, check to see if we need a stub. */
16486 /* For PIC code, set up a stub and collect the caller's address
18203 machopic_output_stub (FILE *file, const char *symb, const char *stub)
18210 /* Lose our funky encoding stuff so it doesn't contaminate the stub. */
18230 fprintf (file, "%s:\n", stub);
18253 fprintf (file, "%s:\n", stub);
18157 machopic_output_stub(FILE *file, const char *symb, const char *stub) argument
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure6096 # can hang configure; on other versions, vfork exists just as a stub.
6730 /* Some systems only have a dummy stub for fork() */
6770 # Override, as these systems have only a dummy fork() stub
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure6213 # can hang configure; on other versions, vfork exists just as a stub.
6847 /* Some systems only have a dummy stub for fork() */
6887 # Override, as these systems have only a dummy fork() stub
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure17365 /* Some systems only have a dummy stub for fork() */
17401 # Override, as these systems have only a dummy fork() stub

Completed in 371 milliseconds

12