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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 13032 note_writers [] =
13092 for (i = ARRAY_SIZE (note_writers); i--;)
13093 if (streq (section, note_writers[i].section_name))
13094 return note_writers[i].writer (abfd, buf, bufsiz, data, size);
13027 note_writers [] = local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 13005 note_writers [] =
13063 for (i = ARRAY_SIZE (note_writers); i--;)
13064 if (streq (section, note_writers[i].section_name))
13065 return note_writers[i].writer (abfd, buf, bufsiz, data, size);
13000 note_writers [] = local

Completed in 37 milliseconds