OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filename_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/h8300/
compile.c
2728
int
filename_ptr
; /* Pointer to filename in cpu memory. */
local
2730
/* Setting
filename_ptr
to first argument of open, */
2734
filename_ptr
= GET_L_REG (0);
2739
filename_ptr
= GET_W_REG (0);
2749
temp_char = GET_MEMORY_B (
filename_ptr
+ len);
2759
temp_char = GET_MEMORY_B (
filename_ptr
+ i);
2927
int
filename_ptr
; /* Pointer to filename in cpu memory. */
local
2933
/* Setting
filename_ptr
to first argument of open. */
2934
filename_ptr
= (h8300hmode && !h8300_normal_mode) ? GET_L_REG (0) : GET_W_REG (0);
2942
temp_char = GET_MEMORY_B (
filename_ptr
+ len)
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c
2728
int
filename_ptr
; /* Pointer to filename in cpu memory. */
local
2730
/* Setting
filename_ptr
to first argument of open, */
2734
filename_ptr
= GET_L_REG (0);
2739
filename_ptr
= GET_W_REG (0);
2749
temp_char = GET_MEMORY_B (
filename_ptr
+ len);
2759
temp_char = GET_MEMORY_B (
filename_ptr
+ i);
2927
int
filename_ptr
; /* Pointer to filename in cpu memory. */
local
2933
/* Setting
filename_ptr
to first argument of open. */
2934
filename_ptr
= (h8300hmode && !h8300_normal_mode) ? GET_L_REG (0) : GET_W_REG (0);
2942
temp_char = GET_MEMORY_B (
filename_ptr
+ len)
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026