HomeSort by relevance Sort by last modified time
    Searched refs:ELF_W (Results 1 - 2 of 2) sorted by null

  /external/libunwind/src/
elfxx.h 38 # define ELF_W(x) ELF32_##x
39 # define Elf_W(x) Elf32_##x
40 # define elf_w(x) _Uelf32_##x macro
42 # define ELF_W(x) ELF64_##x
43 # define Elf_W(x) Elf64_##x
44 # define elf_w(x) _Uelf64_##x macro
50 if (sizeof((elf_struct)->field) != elf_w (memory_read) ( \
59 GET_FIELD(ei, 0, Elf_W(Ehdr), ehdr, field, check_cached)
62 GET_FIELD(ei, offset, Elf_W(Phdr), phdr, field, false)
65 GET_FIELD(ei, offset, Elf_W(Shdr), shdr, field, false
    [all...]
elfxx.c 41 extern size_t elf_w (memory_read) (
113 static bool elf_w (section_table_offset) (struct elf_image* ei, Elf_W(Ehdr)* ehdr, Elf_W(Off)* offset) {
130 static bool elf_w (string_table_offset) (
131 struct elf_image* ei, int section, Elf_W(Ehdr)* ehdr, Elf_W(Off)* offset) {
143 Elf_W(Shdr) shdr;
158 static bool elf_w (lookup_symbol_memory) (
159 unw_addr_space_t as, unw_word_t ip, struct elf_image* ei, Elf_W(Addr) load_offset
    [all...]

Completed in 1007 milliseconds