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

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 1003 obj_elf_section_type (char *str, size_t len, bool warn) function
1059 ret = obj_elf_section_type (str, len, false);
1315 type = obj_elf_section_type (beg, strlen (beg), true);
1327 type = obj_elf_section_type (beg,
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 990 obj_elf_section_type (char *str, size_t len, bool warn) function
1046 ret = obj_elf_section_type (str, len, false);
1291 type = obj_elf_section_type (beg, strlen (beg), true);
1303 type = obj_elf_section_type (beg,

Completed in 26 milliseconds