HomeSort by relevance Sort by last modified time
    Searched defs:INIT_STAB_SECTION (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
obj-som.h 66 /* We use INIT_STAB_SECTION to record the space/subspace relationships
68 #define INIT_STAB_SECTION(seg) obj_som_init_stab_section (seg)
obj-elf.h 211 #define INIT_STAB_SECTION(seg) obj_elf_init_stab_section (seg)
220 #undef INIT_STAB_SECTION
221 #define INIT_STAB_SECTION(seg) \
obj-multi.h 151 #define INIT_STAB_SECTION(S) \
152 (this_format->init_stab_section \
153 ? (*this_format->init_stab_section) (S) \
obj-coff.h 362 #define INIT_STAB_SECTION(seg) obj_coff_init_stab_section (seg)

Completed in 70 milliseconds