HomeSort by: relevance | last modified time | path
    Searched refs:INIT_STAB_SECTION (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
obj-som.h 61 /* We use INIT_STAB_SECTION to record the space/subspace relationships
63 #define INIT_STAB_SECTION(stab, str) obj_som_init_stab_section (stab, str)
obj-elf.h 240 caters to ECOFF_DEBUGGING and the right setting of INIT_STAB_SECTION
249 #define INIT_STAB_SECTION(stab, str) obj_elf_init_stab_section (stab, str)
258 #undef INIT_STAB_SECTION
259 #define INIT_STAB_SECTION(stab, str) \
obj-multi.h 161 #define INIT_STAB_SECTION(STAB, STR) \
162 (this_format->init_stab_section \
163 ? (*this_format->init_stab_section) (STAB, STR) \
obj-coff.h 294 #define INIT_STAB_SECTION(stab, str) obj_coff_init_stab_section (stab, str)
obj-elf.c 2469 #ifdef INIT_STAB_SECTION
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-som.h 61 /* We use INIT_STAB_SECTION to record the space/subspace relationships
63 #define INIT_STAB_SECTION(stab, str) obj_som_init_stab_section (stab, str)
obj-elf.h 242 caters to ECOFF_DEBUGGING and the right setting of INIT_STAB_SECTION
251 #define INIT_STAB_SECTION(stab, str) obj_elf_init_stab_section (stab, str)
260 #undef INIT_STAB_SECTION
261 #define INIT_STAB_SECTION(stab, str) \
obj-multi.h 161 #define INIT_STAB_SECTION(STAB, STR) \
162 (this_format->init_stab_section \
163 ? (*this_format->init_stab_section) (STAB, STR) \
obj-coff.h 294 #define INIT_STAB_SECTION(stab, str) obj_coff_init_stab_section (stab, str)
obj-elf.c 2643 #ifdef INIT_STAB_SECTION
  /src/external/gpl3/binutils/dist/gas/
stabs.c 236 #ifdef INIT_STAB_SECTION
237 INIT_STAB_SECTION (stab, stabstr);
  /src/external/gpl3/binutils.old/dist/gas/
stabs.c 236 #ifdef INIT_STAB_SECTION
237 INIT_STAB_SECTION (stab, stabstr);

Completed in 33 milliseconds