OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relr_alloc
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elfnn-loongarch.c
123
bfd_size_type
relr_alloc
;
member in struct:loongarch_elf_link_hash_table
2219
if (htab->relr_count >= htab->
relr_alloc
)
2221
if (htab->
relr_alloc
== 0)
2222
htab->
relr_alloc
= 4096;
2224
htab->
relr_alloc
*= 2;
2227
htab->
relr_alloc
* sizeof (*htab->relr));
elfnn-aarch64.c
2694
bfd_size_type
relr_alloc
;
member in struct:elf_aarch64_link_hash_table
9185
if (htab->relr_count >= htab->
relr_alloc
)
9187
if (htab->
relr_alloc
== 0)
9188
htab->
relr_alloc
= 4096;
9190
htab->
relr_alloc
*= 2;
9192
htab->
relr_alloc
* sizeof (*htab->relr));
elf64-ppc.c
3272
size_t
relr_alloc
;
13534
if (htab->relr_count >= htab->
relr_alloc
)
13536
if (htab->
relr_alloc
== 0)
13537
htab->
relr_alloc
= 4096;
13539
htab->
relr_alloc
*= 2;
13541
htab->
relr_alloc
* sizeof (*htab->relr));
3268
size_t
relr_alloc
;
member in struct:ppc_link_hash_table
/src/external/gpl3/binutils.old/dist/bfd/
elfnn-loongarch.c
123
bfd_size_type
relr_alloc
;
member in struct:loongarch_elf_link_hash_table
2037
if (htab->relr_count >= htab->
relr_alloc
)
2039
if (htab->
relr_alloc
== 0)
2040
htab->
relr_alloc
= 4096;
2042
htab->
relr_alloc
*= 2;
2045
htab->
relr_alloc
* sizeof (*htab->relr));
elfnn-aarch64.c
2694
bfd_size_type
relr_alloc
;
member in struct:elf_aarch64_link_hash_table
9117
if (htab->relr_count >= htab->
relr_alloc
)
9119
if (htab->
relr_alloc
== 0)
9120
htab->
relr_alloc
= 4096;
9122
htab->
relr_alloc
*= 2;
9124
htab->
relr_alloc
* sizeof (*htab->relr));
elf64-ppc.c
3280
size_t
relr_alloc
;
13531
if (htab->relr_count >= htab->
relr_alloc
)
13533
if (htab->
relr_alloc
== 0)
13534
htab->
relr_alloc
= 4096;
13536
htab->
relr_alloc
*= 2;
13538
htab->
relr_alloc
* sizeof (*htab->relr));
3276
size_t
relr_alloc
;
member in struct:ppc_link_hash_table
/src/external/gpl3/gdb/dist/bfd/
elfnn-loongarch.c
122
bfd_size_type
relr_alloc
;
member in struct:loongarch_elf_link_hash_table
2015
if (htab->relr_count >= htab->
relr_alloc
)
2017
if (htab->
relr_alloc
== 0)
2018
htab->
relr_alloc
= 4096;
2020
htab->
relr_alloc
*= 2;
2023
htab->
relr_alloc
* sizeof (*htab->relr));
elfnn-aarch64.c
2683
bfd_size_type
relr_alloc
;
member in struct:elf_aarch64_link_hash_table
9085
if (htab->relr_count >= htab->
relr_alloc
)
9087
if (htab->
relr_alloc
== 0)
9088
htab->
relr_alloc
= 4096;
9090
htab->
relr_alloc
*= 2;
9092
htab->
relr_alloc
* sizeof (*htab->relr));
elf64-ppc.c
3280
size_t
relr_alloc
;
13514
if (htab->relr_count >= htab->
relr_alloc
)
13516
if (htab->
relr_alloc
== 0)
13517
htab->
relr_alloc
= 4096;
13519
htab->
relr_alloc
*= 2;
13521
htab->
relr_alloc
* sizeof (*htab->relr));
3276
size_t
relr_alloc
;
member in struct:ppc_link_hash_table
/src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c
3285
size_t
relr_alloc
;
13507
if (htab->relr_count >= htab->
relr_alloc
)
13509
if (htab->
relr_alloc
== 0)
13510
htab->
relr_alloc
= 4096;
13512
htab->
relr_alloc
*= 2;
13514
htab->
relr_alloc
* sizeof (*htab->relr));
3281
size_t
relr_alloc
;
member in struct:ppc_link_hash_table
Completed in 110 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026