Home
last modified time | relevance | path

Searched defs:dynamic_section (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/efi/arch/riscv64/
Ddeps.cpp73 void ApplyRelocationHangIfFail(uintptr_t program_base, uintptr_t dynamic_section) { in ApplyRelocationHangIfFail()
/bootable/libbootloader/gbl/libelf/
Drelocation.cpp131 extern "C" bool ApplyRelocation(uintptr_t program_base, uintptr_t dynamic_section) { in ApplyRelocation()
Drelocation_test.cpp94 DynamicSection& dynamic_section() { return dynamic_section_; } in dynamic_section() function in Program