Searched defs:ElfPhdr (Results 1 – 3 of 3) sorted by relevance
119 type ElfPhdr elf.ProgHeader type304 func fixElfPhdr(e *ElfPhdr) {314 func elf64phdr(out *OutBuf, e *ElfPhdr) {329 func elf32phdr(out *OutBuf, e *ElfPhdr) {1743 func phsh(ph *ElfPhdr, sh *ElfShdr) {
39 using ElfPhdr = ElfW(Phdr); variable
47 using ElfPhdr = std::conditional_t<host_cpu::Is64Bit(), Elf64_Phdr, Elf32_Phdr>; typedef