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

  /src/sys/arch/hp300/stand/common/
ite_sti.c 48 uint32_t codeptr[STI_CODECNT]; member in struct:__anon1360
127 sti.codeptr[i] =
130 for (i = STI_END; sti.codeptr[i] == 0; i--)
132 codesize = sti.codeptr[i] - sti.codeptr[STI_BEGIN];
137 addr = (u_int)va + sti.codeptr[STI_BEGIN];
143 if (sti.codeptr[i] != 0) {
144 sti.codeptr[i] -= sti.codeptr[0];
145 sti.codeptr[i] /= 4
    [all...]
ite_sti.c 48 uint32_t codeptr[STI_CODECNT]; member in struct:__anon1360
127 sti.codeptr[i] =
130 for (i = STI_END; sti.codeptr[i] == 0; i--)
132 codesize = sti.codeptr[i] - sti.codeptr[STI_BEGIN];
137 addr = (u_int)va + sti.codeptr[STI_BEGIN];
143 if (sti.codeptr[i] != 0) {
144 sti.codeptr[i] -= sti.codeptr[0];
145 sti.codeptr[i] /= 4
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Disasm.cc 47 int codeptr[4]; // longest instruction length may not be > 16 member in struct:DisContext
Disasm.cc 47 int codeptr[4]; // longest instruction length may not be > 16 member in struct:DisContext
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Disasm.cc 47 int codeptr[4]; // longest instruction length may not be > 16 member in struct:DisContext
Disasm.cc 47 int codeptr[4]; // longest instruction length may not be > 16 member in struct:DisContext
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-tdep.c 1051 ULONGEST codeptr, fptr;
1053 codeptr = unpack_long (type, arg->contents ().data ());
1054 fptr = hppa64_convert_code_addr_to_fptr (gdbarch, codeptr);
1050 ULONGEST codeptr, fptr; local
hppa-tdep.c 1051 ULONGEST codeptr, fptr;
1053 codeptr = unpack_long (type, arg->contents ().data ());
1054 fptr = hppa64_convert_code_addr_to_fptr (gdbarch, codeptr);
1050 ULONGEST codeptr, fptr; local
  /src/external/gpl3/gdb/dist/gdb/
hppa-tdep.c 1051 ULONGEST codeptr, fptr;
1053 codeptr = unpack_long (type, arg->contents ().data ());
1054 fptr = hppa64_convert_code_addr_to_fptr (gdbarch, codeptr);
1050 ULONGEST codeptr, fptr; local
hppa-tdep.c 1051 ULONGEST codeptr, fptr;
1053 codeptr = unpack_long (type, arg->contents ().data ());
1054 fptr = hppa64_convert_code_addr_to_fptr (gdbarch, codeptr);
1050 ULONGEST codeptr, fptr; local
  /src/external/bsd/byacc/dist/
reader.c 3497 char *codeptr = code; local
3501 c = *codeptr;
3502 if (c == '$' && codeptr[1] == '$')
3504 codeptr += 2;
3516 c = *++codeptr;
3521 ++codeptr;
3539 c = *codeptr++;
3545 c = *codeptr++;
3551 c = *codeptr;
3555 ++codeptr;
    [all...]
reader.c 3497 char *codeptr = code; local
3501 c = *codeptr;
3502 if (c == '$' && codeptr[1] == '$')
3504 codeptr += 2;
3516 c = *++codeptr;
3521 ++codeptr;
3539 c = *codeptr++;
3545 c = *codeptr++;
3551 c = *codeptr;
3555 ++codeptr;
    [all...]

Completed in 40 milliseconds