Searched refs:ElfW (Results 1 – 2 of 2) sorted by relevance
24 - ElfW(Addr) loadaddr;30 - ElfW(Ehdr) *elf_header;31 - ElfW(Phdr) *elf_pheader, *segment;32 - ElfW(Dyn) *dynamic_segment, *dyn_entry;38 - elf_header = (ElfW(Ehdr) *) file_contents;42 - if (elf_header->e_ident [EI_CLASS] != ElfW (CLASS))245 - elf_pheader = (ElfW(Phdr) *) (elf_header->e_phoff + file_contents);254 - if (loadaddr == (ElfW(Addr)) -1)263 - ElfW(Word) *abi_note = (ElfW(Word) *) (file_contents266 - ElfW(Addr) size = segment->p_filesz;[all …]
1806 #ifndef ElfW1808 # define ElfW(x) Elf32_ ## x macro1811 # define ElfW(x) Elf64_ ## x macro