Searched refs:Phnum (Results 1 – 3 of 3) sorted by relevance
449 unsigned Phnum{0};
522 unsigned Phnum = Obj.getHeader().e_phnum; in discoverStorage() local523 Phnum += 3; in discoverStorage()525 NextAvailableAddress += Phnum * sizeof(ELF64LEPhdrTy); in discoverStorage()526 NextAvailableOffset += Phnum * sizeof(ELF64LEPhdrTy); in discoverStorage()3881 Phnum = Obj.getHeader().e_phnum; in patchELFPHDRTable()3884 Phnum += 1; // only adding one new segment in patchELFPHDRTable()3931 NewPhdr.p_filesz = sizeof(NewPhdr) * Phnum; in patchELFPHDRTable()3932 NewPhdr.p_memsz = sizeof(NewPhdr) * Phnum; in patchELFPHDRTable()4439 NewEhdr.e_phnum = Phnum; in patchELFSectionHeaderTable()
4341 int Phnum = 0; in printSectionMapping() local4353 OS << format(" %2.2d ", Phnum++); in printSectionMapping()