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

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 88 {"section", obj_elf_section, 0},
89 {"section.s", obj_elf_section, 0},
90 {"sect", obj_elf_section, 0},
91 {"sect.s", obj_elf_section, 0},
92 {"pushsection", obj_elf_section, 1},
1189 obj_elf_section (int push) function
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 89 {"section", obj_elf_section, 0},
90 {"section.s", obj_elf_section, 0},
91 {"sect", obj_elf_section, 0},
92 {"sect.s", obj_elf_section, 0},
93 {"pushsection", obj_elf_section, 1},
960 allows them to be validated later in obj_elf_section.
1176 obj_elf_section (int push) function

Completed in 29 milliseconds