Searched refs:APUINFO_LABEL (Results 1 – 6 of 6) sorted by relevance
207 #define APUINFO_LABEL "APUinfo" macro
81 * elf/ppc.h (APUINFO_SECTION_NAME, APUINFO_LABEL, PPC_APUINFO_ISEL,
2776 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()
585 (APUINFO_SECTION_NAME, APUINFO_LABEL): Don't define here.
1752 strcpy (p, APUINFO_LABEL); in ppc_cleanup()
696 (ppc_cleanup): Use APUINFO_SECTION_NAME and APUINFO_LABEL.