HomeSort by: relevance | last modified time | path
    Searched defs:prefix_once (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 4602 const char * prefix_once; local
4615 prefix_once = ELF_STRING_C6000_unwind_once;
4621 prefix_once = ELF_STRING_C6000_unwind_info_once;
4630 prefix = prefix_once;
4647 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
tc-arm.c 26875 const char * prefix_once;
26885 prefix_once = ELF_STRING_ARM_unwind_once;
26891 prefix_once = ELF_STRING_ARM_unwind_info_once;
26901 prefix = prefix_once;
26912 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
26866 const char * prefix_once; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 4602 const char * prefix_once; local
4615 prefix_once = ELF_STRING_C6000_unwind_once;
4621 prefix_once = ELF_STRING_C6000_unwind_info_once;
4631 prefix = prefix_once;
4648 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
tc-arm.c 26878 const char * prefix_once;
26888 prefix_once = ELF_STRING_ARM_unwind_once;
26894 prefix_once = ELF_STRING_ARM_unwind_info_once;
26904 prefix = prefix_once;
26915 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
26869 const char * prefix_once; local

Completed in 72 milliseconds