Searched refs:rel (Results 1 – 3 of 3) sorted by relevance
23 const ElfW(Rel)* rel = NULL; in _dl_start()35 rel = (const void*)(base + d->d_un.d_ptr); in _dl_start()61 ElfW(Addr)* addr = (uintptr_t*)(base + rel[i].r_offset); in _dl_start()
435 __NO_SAFESTACK NO_ASAN static void do_relocs(struct dso* dso, size_t* rel, in do_relocs() argument454 if (rel == apply_addends_to) in do_relocs()460 if (skip_relative && R_TYPE(rel[1]) == REL_RELATIVE) in do_relocs()462 type = R_TYPE(rel[1]); in do_relocs()465 sym_index = R_SYM(rel[1]); in do_relocs()466 reloc_addr = laddr(dso, rel[0]); in do_relocs()486 addend = rel[2]; in do_relocs()1740 size_t* rel = laddr(&ldso, dyn[DT_REL]); in __dls2() local1743 apply_addends_to = rel; in __dls2()1744 for (; rel_size; rel += 2, rel_size -= 2 * sizeof(size_t)) in __dls2()[all …]
100 #define __ISREL_DEF(rel, op, type) \ argument101 static __inline int __is##rel(type __x, type __y) { \
Completed in 12 milliseconds