Home
last modified time | relevance | path

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

/busybox-1.35.0/modutils/
Dmodutils-24.c668 ElfW(RelM) *rel, ElfW(Addr) value);
799 ElfW(RelM) *rel, ElfW(Addr) v) in arch_apply_relocation()
807 ElfW(Addr) *loc = (ElfW(Addr) *) (targsec->contents + rel->r_offset); in arch_apply_relocation()
812 ElfW(Addr) dot = targsec->header.sh_addr + rel->r_offset; in arch_apply_relocation()
833 switch (ELF_R_TYPE(rel->r_info)) { in arch_apply_relocation()
1371 if (ELF_R_TYPE(rel->r_info) == R_390_PLT16DBL) in arch_apply_relocation()
1380 if (ELF_R_TYPE(rel->r_info) == R_390_PLT32) in arch_apply_relocation()
1382 else if (ELF_R_TYPE(rel->r_info) == R_390_PLT16DBL) in arch_apply_relocation()
1407 if (ELF_R_TYPE(rel->r_info) == R_390_GOT12) in arch_apply_relocation()
1409 else if (ELF_R_TYPE(rel->r_info) == R_390_GOT16) in arch_apply_relocation()
[all …]