Searched defs:PhdrEntry (Results 1 – 3 of 3) sorted by relevance
1477 struct PhdrEntry { struct1478 PhdrEntry(Ctx &ctx, unsigned type, unsigned flags) in PhdrEntry() argument1483 uint64_t p_paddr = 0;1507 SmallVector<std::unique_ptr<PhdrEntry>, 0> phdrs; argument
1470 SmallVector<std::unique_ptr<PhdrEntry>, 0> &phdrs) { in allocateHeaders()
104 removeEmptyPTLoad(Ctx &ctx, SmallVector<std::unique_ptr<PhdrEntry>, 0> &phdrs) { in removeEmptyPTLoad()