OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sec_addr
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/
priv.h
65
u32
sec_addr
;
member in struct:nvkm_acr_hsfw
102
u32
sec_addr
;
member in struct:nvkm_acr_hsf
/src/external/gpl3/binutils/dist/bfd/
elf64-bpf.c
172
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
258
- (
sec_addr
(input_section) + rel->r_offset));
elfnn-loongarch.c
182
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
942
bfd_vma pc =
sec_addr
(sec) + rel->r_offset;
3125
value -=
sec_addr
(input_section) + rel->r_offset;
3528
bfd_vma pc =
sec_addr
(input_section) + rel->r_offset;
3663
relocation =
sec_addr
(plt) + h->plt.offset;
3701
outrel.r_offset +=
sec_addr
(input_section);
3834
outrel.r_offset +=
sec_addr
(input_section);
3943
relocation =
sec_addr
(plt) + h->plt.offset;
4021
relocation =
sec_addr
(plt) + h->plt.offset - pc;
4067
off =
sec_addr
(htab->elf.sgotplt) + of
[
all
...]
elfnn-riscv.c
335
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
374
bfd_vma addr =
sec_addr
(splt);
377
bfd_vma gotplt_addr =
sec_addr
(sgotplt);
442
bfd_vma gotplt_addr =
sec_addr
(gotplt);
445
bfd_vma plt_header_addr =
sec_addr
(splt);
479
bfd_vma got =
sec_addr
(gotsec) + got_offset;
480
bfd_vma addr =
sec_addr
(pltsec) + plt_offset;
525
bfd_vma got_entry_addr =
sec_addr
(got) + got_offset;
526
bfd_vma plt_entry_addr =
sec_addr
(plt) + plt_offset;
1967
return h->u.def.value +
sec_addr
(h->u.def.section)
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf64-bpf.c
172
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
257
- (
sec_addr
(input_section) + rel->r_offset));
elfnn-loongarch.c
182
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
2943
value -=
sec_addr
(input_section) + rel->r_offset;
3296
bfd_vma pc =
sec_addr
(input_section) + rel->r_offset;
3430
relocation =
sec_addr
(plt) + h->plt.offset;
3468
outrel.r_offset +=
sec_addr
(input_section);
3601
outrel.r_offset +=
sec_addr
(input_section);
3710
relocation =
sec_addr
(plt) + h->plt.offset;
3788
relocation =
sec_addr
(plt) + h->plt.offset - pc;
3834
off =
sec_addr
(htab->elf.sgotplt) + off
3835
-
sec_addr
(htab->elf.sgot)
[
all
...]
elfnn-riscv.c
335
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
374
bfd_vma addr =
sec_addr
(splt);
377
bfd_vma gotplt_addr =
sec_addr
(sgotplt);
442
bfd_vma gotplt_addr =
sec_addr
(gotplt);
445
bfd_vma plt_header_addr =
sec_addr
(splt);
479
bfd_vma got =
sec_addr
(gotsec) + got_offset;
480
bfd_vma addr =
sec_addr
(pltsec) + plt_offset;
525
bfd_vma got_entry_addr =
sec_addr
(got) + got_offset;
526
bfd_vma plt_entry_addr =
sec_addr
(plt) + plt_offset;
1967
return h->u.def.value +
sec_addr
(h->u.def.section)
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf64-bpf.c
172
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
257
- (
sec_addr
(input_section) + rel->r_offset));
elfnn-loongarch.c
173
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
2918
value -=
sec_addr
(input_section) + rel->r_offset;
3261
bfd_vma pc =
sec_addr
(input_section) + rel->r_offset;
3395
relocation =
sec_addr
(plt) + h->plt.offset;
3433
outrel.r_offset +=
sec_addr
(input_section);
3566
outrel.r_offset +=
sec_addr
(input_section);
3675
relocation =
sec_addr
(plt) + h->plt.offset;
3753
relocation =
sec_addr
(plt) + h->plt.offset - pc;
3799
off =
sec_addr
(htab->elf.sgotplt) + off
3800
-
sec_addr
(htab->elf.sgot)
[
all
...]
elfnn-riscv.c
309
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
1770
return h->u.def.value +
sec_addr
(h->u.def.section);
1784
value -=
sec_addr
(input_section) + rel->r_offset;
2259
bfd_vma pc =
sec_addr
(input_section) + rel->r_offset;
2703
outrel.r_offset =
sec_addr
(htab->elf.sgot) + off;
2725
relocation =
sec_addr
(htab->elf.sgot) + off;
2786
relocation =
sec_addr
(input_section) + rel->r_offset;
2798
relocation =
sec_addr
(htab->elf.splt) + h->plt.offset;
2976
outrel.r_offset +=
sec_addr
(input_section);
3053
outrel.r_offset =
sec_addr
(htab->elf.sgot) + off
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elf64-bpf.c
172
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
257
- (
sec_addr
(input_section) + rel->r_offset));
elfnn-loongarch.c
117
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
2294
value -=
sec_addr
(input_section) + rel->r_offset;
2638
bfd_vma pc =
sec_addr
(input_section) + rel->r_offset;
2771
relocation =
sec_addr
(plt) + h->plt.offset;
2809
outrel.r_offset +=
sec_addr
(input_section);
2926
outrel.r_offset +=
sec_addr
(input_section);
3035
relocation =
sec_addr
(plt) + h->plt.offset;
3113
relocation =
sec_addr
(plt) + h->plt.offset - pc;
3159
off =
sec_addr
(htab->elf.sgotplt) + off
3160
-
sec_addr
(htab->elf.sgot)
[
all
...]
elfnn-riscv.c
310
#define
sec_addr
(sec) ((sec)->output_section->vma + (sec)->output_offset)
macro
1772
return h->u.def.value +
sec_addr
(h->u.def.section);
1786
value -=
sec_addr
(input_section) + rel->r_offset;
2233
bfd_vma pc =
sec_addr
(input_section) + rel->r_offset;
2667
outrel.r_offset =
sec_addr
(htab->elf.sgot) + off;
2689
relocation =
sec_addr
(htab->elf.sgot) + off;
2750
relocation =
sec_addr
(input_section) + rel->r_offset;
2762
relocation =
sec_addr
(htab->elf.splt) + h->plt.offset;
2940
outrel.r_offset +=
sec_addr
(input_section);
3017
outrel.r_offset =
sec_addr
(htab->elf.sgot) + off
[
all
...]
Completed in 47 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026