Home
last modified time | relevance | path

Searched refs:rva (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A Dhead_64.S104 subl $ rva(1b), %ebp
107 leal rva(gdt)(%ebp), %eax
123 leal rva(1f)(%ebp), %eax
162 subl $ rva(_end), %ebx
201 leal rva(pgtable)(%ebx), %edi
235 leal rva(pgtable)(%ebx), %eax
267 cmpb $1, rva(efi_is64)(%ebp)
338 subl $ rva(_end), %ebx
428 leaq rva(_bss-8)(%rbx), %rdi
440 leaq rva(gdt64)(%rbx), %rax
[all …]
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c72 uint64_t rva = sect_rva + sym->public_v3.offset; in pdb_find_public_v3_symbol() local
76 ((char *)segment - 8), sym->public_v3.offset, rva); in pdb_find_public_v3_symbol()
77 return rva; in pdb_find_public_v3_symbol()
86 uint64_t rva = pdb_find_public_v3_symbol(r, name); in pdb_resolve() local
88 if (!rva) { in pdb_resolve()
92 return img_base + rva; in pdb_resolve()