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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 2201 objcopy_internal_note * pnotes = NULL;
2239 pnote = pnotes = (objcopy_internal_note *)
2410 sec->name, pnotes_end - pnotes);
2413 qsort (pnotes, pnotes_end - pnotes, sizeof (* pnotes),
2418 for (pnote = pnotes; pnote < pnotes_end; pnote ++)
2439 for (pnote = pnotes; pnote < pnotes_end; pnote ++)
2461 back >= pnotes;
2539 qsort (pnotes, pnotes_end - pnotes, sizeof (* pnotes), sort_gnu_build_notes)
2199 objcopy_internal_note * pnotes = NULL; local
    [all...]
readelf.c 24251 Elf_External_Note *pnotes;
24261 pnotes = (Elf_External_Note *) get_section_contents (section, filedata);
24262 if (pnotes)
24264 if (! apply_relocations (filedata, section, (unsigned char *) pnotes, length, NULL, NULL))
24266 free (pnotes);
24272 pnotes = (Elf_External_Note *) get_data (NULL, filedata, offset, 1, length,
24275 if (pnotes == NULL)
24278 external = pnotes;
24302 free (pnotes);
24308 end = (char *) pnotes + length
24248 Elf_External_Note *pnotes; local
24447 Elf_External_Note * pnotes; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 2192 objcopy_internal_note * pnotes = NULL;
2230 pnote = pnotes = (objcopy_internal_note *)
2401 sec->name, pnotes_end - pnotes);
2404 qsort (pnotes, pnotes_end - pnotes, sizeof (* pnotes),
2409 for (pnote = pnotes; pnote < pnotes_end; pnote ++)
2430 for (pnote = pnotes; pnote < pnotes_end; pnote ++)
2452 back >= pnotes;
2530 qsort (pnotes, pnotes_end - pnotes, sizeof (* pnotes), sort_gnu_build_notes)
2190 objcopy_internal_note * pnotes = NULL; local
    [all...]
readelf.c 23108 Elf_External_Note *pnotes;
23118 pnotes = (Elf_External_Note *) get_section_contents (section, filedata);
23119 if (pnotes)
23121 if (! apply_relocations (filedata, section, (unsigned char *) pnotes, length, NULL, NULL))
23123 free (pnotes);
23129 pnotes = (Elf_External_Note *) get_data (NULL, filedata, offset, 1, length,
23132 if (pnotes == NULL)
23135 external = pnotes;
23159 free (pnotes);
23165 end = (char *) pnotes + length
23105 Elf_External_Note *pnotes; local
23304 Elf_External_Note * pnotes; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
combine.cc 11423 recog_for_combine_1 (rtx *pnewpat, rtx_insn *insn, rtx *pnotes)
11567 *pnotes = notes;
11708 PNOTES is a pointer to a location where any REG_UNUSED notes added for
11715 recog_for_combine (rtx *pnewpat, rtx_insn *insn, rtx *pnotes)
11718 int insn_code_number = recog_for_combine_1 (pnewpat, insn, pnotes);
11760 insn_code_number = recog_for_combine_1 (pnewpat, insn, pnotes);
14163 list headed by PNOTES.
14172 rtx *pnotes)
14265 XEXP (note, 1) = *pnotes;
14266 *pnotes = note
14232 move_deaths (SET_SRC (x), maybe_kill_insn, from_luid, to_insn, pnotes); local
14260 to_insn, pnotes); local
14277 to_insn, pnotes); local
14280 move_deaths (XEXP (x, i), maybe_kill_insn, from_luid, to_insn, pnotes); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 11367 recog_for_combine_1 (rtx *pnewpat, rtx_insn *insn, rtx *pnotes)
11511 *pnotes = notes;
11652 PNOTES is a pointer to a location where any REG_UNUSED notes added for
11659 recog_for_combine (rtx *pnewpat, rtx_insn *insn, rtx *pnotes)
11662 int insn_code_number = recog_for_combine_1 (pnewpat, insn, pnotes);
11704 insn_code_number = recog_for_combine_1 (pnewpat, insn, pnotes);
14004 list headed by PNOTES.
14013 rtx *pnotes)
14106 XEXP (note, 1) = *pnotes;
14107 *pnotes = note
14073 move_deaths (SET_SRC (x), maybe_kill_insn, from_luid, to_insn, pnotes); local
14101 to_insn, pnotes); local
14118 to_insn, pnotes); local
14121 move_deaths (XEXP (x, i), maybe_kill_insn, from_luid, to_insn, pnotes); local
    [all...]

Completed in 80 milliseconds