HomeSort by: relevance | last modified time | path
    Searched refs:codeptr (Results 1 - 5 of 5) 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...]
  /src/external/gpl3/binutils/dist/gprofng/src/
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
  /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
  /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

Completed in 21 milliseconds