Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc48 int ElfBind(const ElfW(Sym) *symbol) { return ELF32_ST_BIND(symbol->st_info); }
49 int ElfType(const ElfW(Sym) *symbol) { return ELF32_ST_TYPE(symbol->st_info); }
52 int ElfBind(const ElfW(Sym) *symbol) { return ELF64_ST_BIND(symbol->st_info); }
53 int ElfType(const ElfW(Sym) *symbol) { return ELF64_ST_TYPE(symbol->st_info); }
56 int ElfBind(const ElfW(Sym) *) {
60 int ElfType(const ElfW(Sym) *) {
70 const T *GetTableElement(const ElfW(Ehdr) * ehdr, ElfW(Off) table_offset,
71 ElfW(Word) element_size, size_t index) {
96 const ElfW(Sy
[all...]
H A Delf_mem_image.h41 #include <link.h> // for ElfW
66 const ElfW(Sym) *symbol; // Symbol in the dynamic symbol table.
90 const ElfW(Phdr)* GetPhdr(int index) const;
91 const ElfW(Sym)* GetDynsym(int index) const;
92 const ElfW(Versym)* GetVersym(int index) const;
93 const ElfW(Verdef)* GetVerdef(int index) const;
94 const ElfW(Verdaux)* GetVerdefAux(const ElfW(Verdef) *verdef) const;
95 const char* GetDynstr(ElfW(Word) offset) const;
96 const void* GetSymAddr(const ElfW(Sy
[all...]
H A Dsymbolize.h36 #include <link.h> // For ElfW() macro.
52 const ElfW(Shdr) &)>& callback);
57 ElfW(Shdr) *out);
H A Dvdso_support.cc86 ElfW(auxv_t) aux; in Init()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlink.h14 #define ElfW(type) Elf64_ ## type macro
16 #define ElfW(type) Elf32_ ## type macro
22 ElfW(Addr) dlpi_addr;
24 const ElfW(Phdr) *dlpi_phdr;
25 ElfW(Half) dlpi_phnum;
33 ElfW(Addr) l_addr;
35 ElfW(Dyn) *l_ld;
42 ElfW(Addr) r_brk;
44 ElfW(Addr) r_ldbase;
/third_party/musl/porting/uniproton/kernel/include/
H A Dlink.h14 #define ElfW(type) Elf64_ ## type macro
16 #define ElfW(type) Elf32_ ## type macro
22 ElfW(Addr) dlpi_addr;
24 const ElfW(Phdr) *dlpi_phdr;
25 ElfW(Half) dlpi_phnum;
33 ElfW(Addr) l_addr;
35 ElfW(Dyn) *l_ld;
42 ElfW(Addr) r_brk;
44 ElfW(Addr) r_ldbase;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dlink.h14 #define ElfW(type) Elf64_ ## type macro
16 #define ElfW(type) Elf32_ ## type macro
22 ElfW(Addr) dlpi_addr;
24 const ElfW(Phdr) *dlpi_phdr;
25 ElfW(Half) dlpi_phnum;
33 ElfW(Addr) l_addr;
35 ElfW(Dyn) *l_ld;
42 ElfW(Addr) r_brk;
44 ElfW(Addr) r_ldbase;
/third_party/musl/include/
H A Dlink.h14 #define ElfW(type) Elf64_ ## type macro
16 #define ElfW(type) Elf32_ ## type macro
22 ElfW(Addr) dlpi_addr;
24 const ElfW(Phdr) *dlpi_phdr;
25 ElfW(Half) dlpi_phnum;
33 ElfW(Addr) l_addr;
35 ElfW(Dyn) *l_ld;
42 ElfW(Addr) r_brk;
44 ElfW(Addr) r_ldbase;
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dpostject-api.h134 for (; n > 0; n--, p += sizeof(ElfW(Phdr))) { in postject_find_resource()
135 ElfW(Phdr)* phdr = (ElfW(Phdr)*)p; in postject_find_resource()
148 if (pos + sizeof(ElfW(Nhdr)) > end) { in postject_find_resource()
152 ElfW(Nhdr)* note = (ElfW(Nhdr)*)(uintptr_t)pos; in postject_find_resource()
154 strncmp((char*)(pos + sizeof(ElfW(Nhdr))), (char*)name, in postject_find_resource()
159 return (void*)((uintptr_t)note + sizeof(ElfW(Nhdr)) + in postject_find_resource()
163 pos += (sizeof(ElfW(Nhdr)) + roundup(note->n_namesz, 4) + in postject_find_resource()
/third_party/node/deps/postject/
H A Dpostject-api.h134 for (; n > 0; n--, p += sizeof(ElfW(Phdr))) { in postject_find_resource()
135 ElfW(Phdr)* phdr = (ElfW(Phdr)*)p; in postject_find_resource()
148 if (pos + sizeof(ElfW(Nhdr)) > end) { in postject_find_resource()
152 ElfW(Nhdr)* note = (ElfW(Nhdr)*)(uintptr_t)pos; in postject_find_resource()
154 strncmp((char*)(pos + sizeof(ElfW(Nhdr))), (char*)name, in postject_find_resource()
159 return (void*)((uintptr_t)note + sizeof(ElfW(Nhdr)) + in postject_find_resource()
163 pos += (sizeof(ElfW(Nhdr)) + roundup(note->n_namesz, 4) + in postject_find_resource()
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dl_iterate_phdr_test.cpp51 for (ElfW(Half) i = 0; i < info->dlpi_phnum; ++i) { in CallBack002()
52 const ElfW(Phdr)* phdr = reinterpret_cast<const ElfW(Phdr)*>(&info->dlpi_phdr[i]); in CallBack002()
54 ElfW(Dyn)* dyn = reinterpret_cast<ElfW(Dyn)*>(info->dlpi_addr + phdr->p_vaddr); in CallBack002()
/third_party/mesa3d/src/util/
H A Dbuild_id.c37 #ifndef ElfW
38 #define ElfW(type) Elf_##type macro
42 ElfW(Nhdr) nhdr;
91 size_t offset = sizeof(ElfW(Nhdr)) + in build_id_find_nhdr_callback()
/third_party/node/src/large_pages/
H A Dnode_large_page.cc147 #ifndef ElfW
148 #define ElfW(name) Elf_##name macro
149 #endif // ifndef ElfW
163 const ElfW(Phdr)* phdr = &info->dlpi_phdr[idx]; in FindMapping()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp316 ElfW(Ehdr) ehdr;
317 static_assert(SELFMAG <= sizeof(ElfW(Ehdr)), "SELFMAG too large");
319 safe_memcpy(&ehdr, r.start, sizeof(ElfW(Ehdr))) &&
339 ElfW(Phdr) phdr;
/third_party/musl/src/ldso/arm/
H A Dfind_exidx.c13 const ElfW(Phdr) *phdr = info->dlpi_phdr; in find_exidx()
/third_party/musl/src/ldso/
H A Ddl_iterate_phdr.c13 ElfW(Phdr) *phdr, *tls_phdr=0; in static_dl_iterate_phdr()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc420 fd, [&sections](const absl::string_view name, const ElfW(Shdr) &) { in TEST()

Completed in 6 milliseconds