HomeSort by: relevance | last modified time | path
    Searched defs:note_secp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 2134 asection *note_secp = NULL; local
2152 note_secp = subseg_new (".note", 0);
2153 bfd_set_section_flags (note_secp, SEC_HAS_CONTENTS | SEC_READONLY);
2154 record_alignment (note_secp, 2);
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 2304 asection *note_secp = NULL; local
2322 note_secp = subseg_new (".note", 0);
2323 bfd_set_section_flags (note_secp, SEC_HAS_CONTENTS | SEC_READONLY);
2324 record_alignment (note_secp, 2);

Completed in 28 milliseconds