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

  /src/external/gpl3/gcc/dist/libgcc/config/i386/
heap-trampoline.c 37 /* endbr64. */
58 /* endbr64. */
83 uint8_t endbr64[4]; member in struct:ix86_trampoline::fields
  /src/external/gpl3/gdb/dist/gdb/
amd64-tdep.c 2317 The `endbr64` instruction can be found before these sequences, and will be
2330 /* The `endbr64` instruction. */
2331 static const gdb_byte endbr64[4] = { 0xf3, 0x0f, 0x1e, 0xfa };
2352 /* Check for the `endbr64` instruction, skip it if found. */
2353 if (op == endbr64[0])
2357 if (memcmp (buf, &endbr64[1], 3) == 0)
2327 static const gdb_byte endbr64[4] = { 0xf3, 0x0f, 0x1e, 0xfa }; local
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-tdep.c 2329 The `endbr64` instruction can be found before these sequences, and will be
2342 /* The `endbr64` instruction. */
2343 static const gdb_byte endbr64[4] = { 0xf3, 0x0f, 0x1e, 0xfa };
2364 /* Check for the `endbr64` instruction, skip it if found. */
2365 if (op == endbr64[0])
2369 if (memcmp (buf, &endbr64[1], 3) == 0)
2339 static const gdb_byte endbr64[4] = { 0xf3, 0x0f, 0x1e, 0xfa }; local

Completed in 31 milliseconds