OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_vma
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/elf2aout/
elf2aout.c
204
uint32_t
cur_vma
= UINT32_MAX;
local
347
if (ph[i].p_vaddr <
cur_vma
)
348
cur_vma
= ph[i].p_vaddr;
413
if (
cur_vma
!= ph[i].p_vaddr) {
414
uint32_t gap = ph[i].p_vaddr -
cur_vma
;
433
cur_vma
= ph[i].p_vaddr + ph[i].p_filesz;
/src/external/gpl3/binutils/dist/bfd/
coff-aarch64.c
588
uint64_t
cur_vma
;
local
600
cur_vma
= input_section->output_section->vma
604
val = (dest_vma >> 2) - (
cur_vma
>> 2);
623
uint64_t
cur_vma
;
local
635
cur_vma
= input_section->output_section->vma
639
val = (dest_vma >> 2) - (
cur_vma
>> 2);
658
uint64_t
cur_vma
;
local
670
cur_vma
= input_section->output_section->vma
674
val = (dest_vma >> 2) - (
cur_vma
>> 2);
693
uint64_t
cur_vma
;
local
730
uint64_t
cur_vma
;
local
767
uint64_t
cur_vma
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
coff-aarch64.c
589
uint64_t
cur_vma
;
local
601
cur_vma
= input_section->output_section->vma
605
val = (dest_vma >> 2) - (
cur_vma
>> 2);
624
uint64_t
cur_vma
;
local
636
cur_vma
= input_section->output_section->vma
640
val = (dest_vma >> 2) - (
cur_vma
>> 2);
659
uint64_t
cur_vma
;
local
671
cur_vma
= input_section->output_section->vma
675
val = (dest_vma >> 2) - (
cur_vma
>> 2);
694
uint64_t
cur_vma
;
local
731
uint64_t
cur_vma
;
local
768
uint64_t
cur_vma
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
coff-aarch64.c
589
uint64_t
cur_vma
;
local
601
cur_vma
= input_section->output_section->vma
605
val = (dest_vma >> 2) - (
cur_vma
>> 2);
624
uint64_t
cur_vma
;
local
636
cur_vma
= input_section->output_section->vma
640
val = (dest_vma >> 2) - (
cur_vma
>> 2);
659
uint64_t
cur_vma
;
local
671
cur_vma
= input_section->output_section->vma
675
val = (dest_vma >> 2) - (
cur_vma
>> 2);
694
uint64_t
cur_vma
;
local
731
uint64_t
cur_vma
;
local
768
uint64_t
cur_vma
;
local
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
coff-aarch64.c
588
uint64_t
cur_vma
;
local
600
cur_vma
= input_section->output_section->vma
604
val = (dest_vma >> 2) - (
cur_vma
>> 2);
623
uint64_t
cur_vma
;
local
635
cur_vma
= input_section->output_section->vma
639
val = (dest_vma >> 2) - (
cur_vma
>> 2);
658
uint64_t
cur_vma
;
local
670
cur_vma
= input_section->output_section->vma
674
val = (dest_vma >> 2) - (
cur_vma
>> 2);
693
uint64_t
cur_vma
;
local
730
uint64_t
cur_vma
;
local
767
uint64_t
cur_vma
;
local
[
all
...]
/src/usr.bin/elf2ecoff/
elf2ecoff.c
159
uint32_t
cur_vma
= UINT32_MAX;
local
299
if (ph[i].p_vaddr <
cur_vma
)
300
cur_vma
= ph[i].p_vaddr;
422
if (
cur_vma
!= ph[i].p_vaddr) {
423
uint32_t gap = ph[i].p_vaddr -
cur_vma
;
443
cur_vma
= ph[i].p_vaddr + ph[i].p_filesz;
Completed in 21 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026