HomeSort by relevance Sort by last modified time
    Searched full:undefined_section (Results 1 - 25 of 44) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/
subsegs.c 240 && seg != undefined_section))
242 else if (seg == undefined_section)
symbols.c 336 if (locsym->lsy_section != undefined_section
529 symbolP = (symbolS *) local_symbol_make (name, undefined_section,
552 symbolP = symbol_new (name, undefined_section, (valueT) 0, &zero_address_frag);
1111 relc_symbol = symbol_new (relc_symbol_name, undefined_section,
1137 final_seg = undefined_section;
    [all...]
as.h 222 && (SEG) != undefined_section \
239 #define undefined_section bfd_und_section_ptr
236 #define undefined_section macro
expr.c 575 know (S_GET_SEGMENT (symbolP) == undefined_section || S_GET_SEGMENT (symbolP) == text_section || S_GET_SEGMENT (symbolP) == data_section);
    [all...]
stabs.c 147 symbol = symbol_create (string, undefined_section, 0,
read.c     [all...]
cgen.c 430 && exp.X_add_symbol->bsym->section != undefined_section)))
listing.c 999 if (S_GET_SEGMENT (ptr) == undefined_section)
    [all...]
write.c 1021 else if (sub_symbol_segment != undefined_section
1051 else if (add_symbol_segment != undefined_section
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xc16x.c 289 || S_GET_SEGMENT (fixp->fx_addsy) == undefined_section)
obj-evax.c 107 && S_GET_SEGMENT (sym) == undefined_section)
tc-sh64.c 202 if (S_GET_SEGMENT (symp) == undefined_section)
212 if (symseg != undefined_section)
296 S_SET_SEGMENT (symp, undefined_section);
486 S_SET_SEGMENT (symp, undefined_section);
    [all...]
obj-coff.c 154 symbolP = symbol_new (name, undefined_section,
    [all...]
tc-ia64.c     [all...]
tc-i370.c 331 static segT i370_other_section = undefined_section;
    [all...]
tc-i386-intel.c 920 exp_seg = expP->X_op != O_constant ? undefined_section
tc-mmix.c     [all...]
tc-cr16.c 473 && S_GET_SEGMENT (fix->fx_addsy) != undefined_section \
692 GOT_symbol = symbol_new (name, undefined_section,
    [all...]
tc-sparc.c     [all...]
tc-alpha.c 509 segT segment; /* Segment relocs are in or undefined_section. */
    [all...]
tc-i860.c 1000 && seg != undefined_section
    [all...]
tc-i960.c 584 || S_GET_SEGMENT (e.X_add_symbol) == undefined_section)
    [all...]
obj-macho.c     [all...]
tc-crx.c 286 && S_GET_SEGMENT (fix->fx_addsy) != undefined_section \
    [all...]
tc-h8300.c     [all...]

Completed in 772 milliseconds

1 2