HomeSort by relevance Sort by last modified time
    Searched refs:TEXT_SECTION_NAME (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-rx.h 100 #define TEXT_SECTION_NAME (rx_use_conventional_section_names ? ".text" : "P")
tc-xtensa.h 362 #define TEXT_SECTION_NAME xtensa_section_rename (".text")
obj-macho.c 75 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1);
859 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1);
    [all...]
obj-elf.c 203 s = bfd_get_section_by_name (stdoutput, TEXT_SECTION_NAME);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
as.h 626 #ifndef TEXT_SECTION_NAME
627 #define TEXT_SECTION_NAME ".text"
as.c 1073 text_section = subseg_new (TEXT_SECTION_NAME, 0);
    [all...]

Completed in 197 milliseconds