Searched refs:rva (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | head_64.S | 104 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 D | pdb.c | 73 uint64_t rva = sect_rva + sym->public_v3.offset; in pdb_find_public_v3_symbol() local 77 ((char *)segment - 8), sym->public_v3.offset, rva); in pdb_find_public_v3_symbol() 78 return rva; in pdb_find_public_v3_symbol() 87 uint64_t rva = pdb_find_public_v3_symbol(r, name); in pdb_resolve() local 89 if (!rva) { in pdb_resolve() 93 return img_base + rva; in pdb_resolve()
|