OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_ptr
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
ecoff.c
846
struct ecoff_aux *
index_ptr
; /* index value to be filled in */
844
struct ecoff_aux *
index_ptr
; \/* index value to be filled in *\/
member in struct:localsym
871
aux_t *
index_ptr
; \/* pointer to store symbol index *\/
member in struct:forward
[
all
...]
/external/iptables/libiptc/
libiptc.c
609
struct list_head *
index_ptr
, *next;
local
613
index_ptr
= iptcc_bsearch_chain_index(c->name, &idx, h);
615
debug("Del chain[%s] c->list:%p
index_ptr
:%p\n",
616
c->name, &c->list,
index_ptr
);
622
if (
index_ptr
== &c->list) { /* Chain used as index ptr */
[
all
...]
Completed in 4486 milliseconds