OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_free_entry
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
599
unsigned int
next_free_entry
;
2007
pool->
next_free_entry
= 0;
2041
for (entry = 0; entry < pool->
next_free_entry
; entry++)
2060
if (entry == pool->
next_free_entry
)
2069
pool->
next_free_entry
+= 1;
2155
if (pool == NULL || pool->symbol == NULL || pool->
next_free_entry
== 0)
2173
for (entry = 0; entry < pool->
next_free_entry
; entry++)
2196
pool->
next_free_entry
= 0;
598
unsigned int
next_free_entry
;
member in struct:literal_pool
tc-arm.c
966
unsigned int
next_free_entry
;
member in struct:literal_pool
3476
pool->
next_free_entry
= 0;
3529
for (entry = 0; entry < pool->
next_free_entry
; entry ++)
3555
&& ((entry + 1) != pool->
next_free_entry
)
3574
if (entry == pool->
next_free_entry
)
3613
pool->
next_free_entry
+= 1;
3633
pool->
next_free_entry
+= 1;
3649
pool->
next_free_entry
+= 1;
3752
|| pool->
next_free_entry
== 0)
3778
for (entry = 0; entry < pool->
next_free_entry
; entry ++
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
594
unsigned int
next_free_entry
;
2006
pool->
next_free_entry
= 0;
2040
for (entry = 0; entry < pool->
next_free_entry
; entry++)
2059
if (entry == pool->
next_free_entry
)
2068
pool->
next_free_entry
+= 1;
2154
if (pool == NULL || pool->symbol == NULL || pool->
next_free_entry
== 0)
2172
for (entry = 0; entry < pool->
next_free_entry
; entry++)
2195
pool->
next_free_entry
= 0;
593
unsigned int
next_free_entry
;
member in struct:literal_pool
tc-arm.c
970
unsigned int
next_free_entry
;
member in struct:literal_pool
3475
pool->
next_free_entry
= 0;
3528
for (entry = 0; entry < pool->
next_free_entry
; entry ++)
3554
&& ((entry + 1) != pool->
next_free_entry
)
3573
if (entry == pool->
next_free_entry
)
3612
pool->
next_free_entry
+= 1;
3632
pool->
next_free_entry
+= 1;
3648
pool->
next_free_entry
+= 1;
3751
|| pool->
next_free_entry
== 0)
3777
for (entry = 0; entry < pool->
next_free_entry
; entry ++
[
all
...]
Completed in 74 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026