Home
last modified time | relevance | path

Searched defs:program_base (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libelf/
Drelocation.cpp63 bool FixUpRelxTable(uintptr_t program_base, [[maybe_unused]] const Elf64_Sym* symtab, in FixUpRelxTable()
107 bool ApplyRelaRelocation(uintptr_t program_base, const DynamicSectionInfo& info) { in ApplyRelaRelocation()
119 bool ApplyRelRelocation(uintptr_t program_base, const DynamicSectionInfo& info) { in ApplyRelRelocation()
131 extern "C" bool ApplyRelocation(uintptr_t program_base, uintptr_t dynamic_section) { in ApplyRelocation()
/bootable/libbootloader/gbl/efi/arch/riscv64/
Ddeps.cpp73 void ApplyRelocationHangIfFail(uintptr_t program_base, uintptr_t dynamic_section) { in ApplyRelocationHangIfFail()