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

  /toolchain/binutils/binutils-2.25/gas/
struc-symbol.h 128 segT lsy_section; member in struct:local_symbol
134 lsy_section. */
149 #define local_symbol_converted_p(l) ((l)->lsy_section == reg_section)
150 #define local_symbol_mark_converted(l) ((l)->lsy_section = reg_section)
symbols.c 205 ret->lsy_section = section;
228 ret = symbol_new (locsym->lsy_name, locsym->lsy_section, locsym->lsy_value,
336 if (locsym->lsy_section != undefined_section
338 || locsym->lsy_section != now_seg
345 locsym->lsy_section = now_seg;
    [all...]

Completed in 84 milliseconds