Searched refs:ElfW (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dlink.h12 #define ElfW(type) Elf64_##type macro
18 ElfW(Addr) dlpi_addr;
20 const ElfW(Phdr) * dlpi_phdr;
21 ElfW(Half) dlpi_phnum;
29 ElfW(Addr) l_addr;
31 ElfW(Dyn) * l_ld;
38 ElfW(Addr) r_brk;
42 ElfW(Addr) r_ldbase;
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Drelr.h7 __NO_SAFESTACK NO_ASAN static inline void apply_relr(ElfW(Addr) base,
8 const ElfW(Addr)* relr,
13 ElfW(Addr)* addr = (void*)(base + relr[i++]);
19 ElfW(Addr)* run = addr;
23 for (ElfW(Addr) bitmask = relr[i++] >> 1;
H A Ddlstart.c22 ElfW(Addr) base = (uintptr_t)__ehdr_start;
23 const ElfW(Rel)* rel = NULL;
24 const ElfW(Rela)* rela = NULL;
25 const ElfW(Addr)* relr = NULL;
32 for (const ElfW(Dyn)* d = _DYNAMIC; d->d_tag != DT_NULL; ++d) {
61 ElfW(Addr)* addr = (uintptr_t*)(base + rel[i].r_offset);
67 ElfW(Addr)* addr = (uintptr_t*)(base + rela[i].r_offset);
H A Ddynlink.c291 static void decode_vec(ElfW(Dyn)* v, size_t* a, size_t cnt) { function
303 static int search_vec(ElfW(Dyn)* v, size_t* r, size_t key) { function
434 ElfW(Addr) base = dso->l_map.l_addr;
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Ddynlink.h66 extern const ElfW(Ehdr) __ehdr_start[] ATTR_LIBC_VISIBILITY;
67 extern ElfW(Dyn) _DYNAMIC[] ATTR_LIBC_VISIBILITY;

Completed in 87 milliseconds