OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plt_idx
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elfnn-loongarch.c
6465
size_t i,
plt_idx
;
local
6484
plt_idx
= (h->plt.offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
6486
sec_addr (gotplt) + GOTPLT_HEADER_SIZE +
plt_idx
* GOT_ENTRY_SIZE;
6496
plt_idx
= h->plt.offset / PLT_ENTRY_SIZE;
6497
got_address = sec_addr (gotplt) +
plt_idx
* GOT_ENTRY_SIZE;
6535
loc = relplt->contents +
plt_idx
* sizeof (ElfNN_External_Rela);
elfnn-riscv.c
2665
bfd_vma
plt_idx
;
local
2673
plt_idx
= (h->plt.offset - htab->plt_header_size)
2675
off = GOTPLT_HEADER_SIZE + (
plt_idx
* GOT_ENTRY_SIZE);
2680
plt_idx
= h->plt.offset / htab->plt_entry_size;
2681
off =
plt_idx
* GOT_ENTRY_SIZE;
3459
bfd_vma
plt_idx
, got_offset, got_address;
local
3493
plt_idx
= (h->plt.offset - htab->plt_header_size)
3495
got_offset = GOTPLT_HEADER_SIZE + (
plt_idx
* GOT_ENTRY_SIZE);
3499
plt_idx
= h->plt.offset / htab->plt_entry_size;
3500
got_offset =
plt_idx
* GOT_ENTRY_SIZE
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elfnn-loongarch.c
6057
size_t i,
plt_idx
;
local
6076
plt_idx
= (h->plt.offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
6078
sec_addr (gotplt) + GOTPLT_HEADER_SIZE +
plt_idx
* GOT_ENTRY_SIZE;
6088
plt_idx
= h->plt.offset / PLT_ENTRY_SIZE;
6089
got_address = sec_addr (gotplt) +
plt_idx
* GOT_ENTRY_SIZE;
6127
loc = relplt->contents +
plt_idx
* sizeof (ElfNN_External_Rela);
elfnn-riscv.c
2662
bfd_vma
plt_idx
;
local
2670
plt_idx
= (h->plt.offset - htab->plt_header_size)
2672
off = GOTPLT_HEADER_SIZE + (
plt_idx
* GOT_ENTRY_SIZE);
2677
plt_idx
= h->plt.offset / htab->plt_entry_size;
2678
off =
plt_idx
* GOT_ENTRY_SIZE;
3445
bfd_vma
plt_idx
, got_offset, got_address;
local
3479
plt_idx
= (h->plt.offset - htab->plt_header_size)
3481
got_offset = GOTPLT_HEADER_SIZE + (
plt_idx
* GOT_ENTRY_SIZE);
3485
plt_idx
= h->plt.offset / htab->plt_entry_size;
3486
got_offset =
plt_idx
* GOT_ENTRY_SIZE
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elfnn-loongarch.c
5727
size_t i,
plt_idx
;
local
5746
plt_idx
= (h->plt.offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
5748
sec_addr (gotplt) + GOTPLT_HEADER_SIZE +
plt_idx
* GOT_ENTRY_SIZE;
5758
plt_idx
= h->plt.offset / PLT_ENTRY_SIZE;
5759
got_address = sec_addr (gotplt) +
plt_idx
* GOT_ENTRY_SIZE;
5797
loc = relplt->contents +
plt_idx
* sizeof (ElfNN_External_Rela);
elfnn-riscv.c
2464
bfd_vma
plt_idx
;
local
2472
plt_idx
= (h->plt.offset - PLT_HEADER_SIZE)
2474
off = GOTPLT_HEADER_SIZE + (
plt_idx
* GOT_ENTRY_SIZE);
2479
plt_idx
= h->plt.offset / PLT_ENTRY_SIZE;
2480
off =
plt_idx
* GOT_ENTRY_SIZE;
3244
bfd_vma i, header_address,
plt_idx
, got_offset, got_address;
local
3282
plt_idx
= (h->plt.offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
3283
got_offset = GOTPLT_HEADER_SIZE + (
plt_idx
* GOT_ENTRY_SIZE);
3287
plt_idx
= h->plt.offset / PLT_ENTRY_SIZE;
3288
got_offset =
plt_idx
* GOT_ENTRY_SIZE
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elfnn-loongarch.c
6074
size_t i,
plt_idx
;
local
6093
plt_idx
= (h->plt.offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
6095
sec_addr (gotplt) + GOTPLT_HEADER_SIZE +
plt_idx
* GOT_ENTRY_SIZE;
6105
plt_idx
= h->plt.offset / PLT_ENTRY_SIZE;
6106
got_address = sec_addr (gotplt) +
plt_idx
* GOT_ENTRY_SIZE;
6144
loc = relplt->contents +
plt_idx
* sizeof (ElfNN_External_Rela);
elfnn-riscv.c
2664
bfd_vma
plt_idx
;
local
2672
plt_idx
= (h->plt.offset - htab->plt_header_size)
2674
off = GOTPLT_HEADER_SIZE + (
plt_idx
* GOT_ENTRY_SIZE);
2679
plt_idx
= h->plt.offset / htab->plt_entry_size;
2680
off =
plt_idx
* GOT_ENTRY_SIZE;
3457
bfd_vma
plt_idx
, got_offset, got_address;
local
3491
plt_idx
= (h->plt.offset - htab->plt_header_size)
3493
got_offset = GOTPLT_HEADER_SIZE + (
plt_idx
* GOT_ENTRY_SIZE);
3497
plt_idx
= h->plt.offset / htab->plt_entry_size;
3498
got_offset =
plt_idx
* GOT_ENTRY_SIZE
[
all
...]
Completed in 48 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026