Home
last modified time | relevance | path

Searched refs:APUINFO_LABEL (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dppc.h207 #define APUINFO_LABEL "APUinfo" macro
/toolchain/binutils/binutils-2.27/include/
DChangeLog81 * elf/ppc.h (APUINFO_SECTION_NAME, APUINFO_LABEL, PPC_APUINFO_ISEL,
/toolchain/binutils/binutils-2.27/bfd/
Delf32-ppc.c2776 if (datum != sizeof APUINFO_LABEL) in ppc_elf_begin_write_processing()
2783 if (strcmp (buffer + 12, APUINFO_LABEL) != 0) in ppc_elf_begin_write_processing()
2865 bfd_put_32 (abfd, sizeof APUINFO_LABEL, buffer); in ppc_elf_final_write_processing()
2868 strcpy ((char *) buffer + 12, APUINFO_LABEL); in ppc_elf_final_write_processing()
DChangeLog585 (APUINFO_SECTION_NAME, APUINFO_LABEL): Don't define here.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ppc.c1752 strcpy (p, APUINFO_LABEL); in ppc_cleanup()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog696 (ppc_cleanup): Use APUINFO_SECTION_NAME and APUINFO_LABEL.