Searched refs:ADDR_SIZE (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/buildtools/pmdinfogen/ |
| H A D | pmdinfogen.c | 20 #define ADDR_SIZE 64 macro 22 #define ADDR_SIZE 32 macro 155 hdr->e_entry = TO_NATIVE(endian, ADDR_SIZE, hdr->e_entry); in parse_elf() 156 hdr->e_phoff = TO_NATIVE(endian, ADDR_SIZE, hdr->e_phoff); in parse_elf() 157 hdr->e_shoff = TO_NATIVE(endian, ADDR_SIZE, hdr->e_shoff); in parse_elf() 184 TO_NATIVE(endian, ADDR_SIZE, sechdrs[0].sh_size); in parse_elf() 203 TO_NATIVE(endian, ADDR_SIZE, sechdrs[i].sh_addr); in parse_elf() 205 TO_NATIVE(endian, ADDR_SIZE, sechdrs[i].sh_offset); in parse_elf() 207 TO_NATIVE(endian, ADDR_SIZE, sechdrs[i].sh_size); in parse_elf() 213 TO_NATIVE(endian, ADDR_SIZE, sechdrs[i].sh_addralign); in parse_elf() [all …]
|