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

  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 708 asymbol **symbol_ptr_ptr = bfd_ptr->outsymbols; local
734 if ((symbol_ptr_ptr[i]->flags & BSF_NOT_AT_END) != 0
735 || (!bfd_is_und_section (symbol_ptr_ptr[i]->section)
736 && !bfd_is_com_section (symbol_ptr_ptr[i]->section)
737 && ((symbol_ptr_ptr[i]->flags & BSF_FUNCTION) != 0
738 || ((symbol_ptr_ptr[i]->flags & (BSF_GLOBAL | BSF_WEAK))
740 *newsyms++ = symbol_ptr_ptr[i];
743 if ((symbol_ptr_ptr[i]->flags & BSF_NOT_AT_END) == 0
744 && !bfd_is_und_section (symbol_ptr_ptr[i]->section)
745 && (bfd_is_com_section (symbol_ptr_ptr[i]->section
803 asymbol **symbol_ptr_ptr = bfd_ptr->outsymbols; local
    [all...]
bfd-in2.h 1580 struct bfd_symbol **symbol_ptr_ptr; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 1550 struct bfd_symbol **symbol_ptr_ptr; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 1550 struct bfd_symbol **symbol_ptr_ptr; member in struct:bfd_section
    [all...]

Completed in 998 milliseconds