Home | History | Annotate | Download | only in bfd

Lines Matching refs:extension

2414    However, as a GNU extension, we permit an arbitrary number of
5451 /* This is an optional symbol - an Irix specific extension to the
7908 extension in general, as that is useful for GCC.
10774 sign extension at runtime in the stub, resulting in a negative
10818 /* If a large stub is not required and sign extension is not a
10850 /* If a large stub is not required and sign extension is not a
12409 extension.
14005 /* Structure for saying that BFD machine EXTENSION extends BASE. */
14009 unsigned long extension, base;
14038 /* R5000 extensions. Note: the vr5500 ISA is an extension of the core
14081 /* Return true if bfd machine EXTENSION is an extension of machine BASE. */
14084 mips_mach_extends_p (unsigned long base, unsigned long extension)
14088 if (extension == base)
14092 && mips_mach_extends_p (bfd_mach_mipsisa64, extension))
14096 && mips_mach_extends_p (bfd_mach_mipsisa64r2, extension))
14100 if (extension == mips_mach_extensions[i].extension)
14102 extension = mips_mach_extensions[i].base;
14103 if (extension == base)
14110 /* Return the BFD mach for each .MIPS.abiflags ISA Extension. */
14139 /* Return the .MIPS.abiflags value representing each ISA Extension. */
14207 /* Update the isa_ext if ABFD describes a further extension. */
15027 /* OBFD's ISA isn't the same as, or an extension of, IBFD's. */
15428 /* The isa_ext is allowed to be an extension of what can be inferred
15902 fputs ("ISA Extension: ", file);