Home
last modified time | relevance | path

Searched refs:partNo (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DWriter.cpp2275 unsigned partNo = part.getNumber(); in createPhdrs() local
2276 bool isMain = partNo == 1; in createPhdrs()
2293 if (OutputSection *cmd = findSection(".interp", partNo)) in createPhdrs()
2314 if (sec->partition != partNo || !needsPtLoad(sec)) in createPhdrs()
2339 if (sec->partition != partNo) { in createPhdrs()
2368 if (sec->partition == partNo && sec->flags & SHF_TLS) in createPhdrs()
2389 if (OutputSection *cmd = findSection(".openbsd.mutable", partNo)) in createPhdrs()
2399 if (OutputSection *cmd = findSection(".openbsd.syscalls", partNo)) in createPhdrs()
2432 if (sec->partition != partNo) in createPhdrs()
2448 unsigned partNo = part.getNumber(); in addPhdrForSection() local
[all …]