Lines Matching defs:Phnum
620 unsigned Phnum = Obj.getHeader().e_phnum;
621 Phnum += 3;
623 NextAvailableAddress += Phnum * sizeof(ELF64LEPhdrTy);
624 NextAvailableOffset += Phnum * sizeof(ELF64LEPhdrTy);
4040 Phnum = Obj.getHeader().e_phnum;
4043 Phnum += 1;
4046 Phnum += 1;
4128 NewPhdr.p_filesz = sizeof(NewPhdr) * Phnum;
4129 NewPhdr.p_memsz = sizeof(NewPhdr) * Phnum;
4603 NewEhdr.e_phnum = Phnum;