Searched refs:relocate_rel (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/runtime_loader/arch/ppc/ |
H A D | arch_relocate.cpp | 24 relocate_rel(image_t *rootImage, image_t *image, Elf32_Rel *rel, int rel_len, in relocate_rel() function 41 status = relocate_rel(rootImage, image, image->rel, image->rel_len, in arch_relocate_image() 48 status = relocate_rel(rootImage, image, image->pltrel, in arch_relocate_image()
|
/haiku/src/system/runtime_loader/arch/arm/ |
H A D | arch_relocate.cpp | 26 relocate_rel(image_t *rootImage, image_t *image, Elf32_Rel *rel, int rel_len, in relocate_rel() function 88 status = relocate_rel(rootImage, image, image->rel, image->rel_len, in arch_relocate_image() 95 status = relocate_rel(rootImage, image, image->pltrel, in arch_relocate_image()
|
/haiku/src/system/runtime_loader/arch/x86/ |
H A D | arch_relocate.cpp | 21 relocate_rel(image_t *rootImage, image_t *image, Elf32_Rel *rel, int rel_len, in relocate_rel() function 118 status = relocate_rel(rootImage, image, image->rel, image->rel_len, in arch_relocate_image() 125 status = relocate_rel(rootImage, image, image->pltrel, in arch_relocate_image()
|
/haiku/src/system/runtime_loader/arch/m68k/ |
H A D | arch_relocate.cpp | 290 status = relocate_rel(rootImage, image, image->pltrel, in arch_relocate_image()
|