Home
last modified time | relevance | path

Searched refs:ElfW (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A D32and64bit.patch24 - 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_contents
266 - ElfW(Addr) size = segment->p_filesz;
[all …]
/openbmc/qemu/include/
H A Delf.h1806 #ifndef ElfW
1808 # define ElfW(x) Elf32_ ## x macro
1811 # define ElfW(x) Elf64_ ## x macro