Searched refs:getPhdrIndices (Results 1 – 2 of 2) sorted by relevance
308 SmallVector<size_t, 0> getPhdrIndices(OutputSection *sec);
1560 for (size_t id : getPhdrIndices(sec)) { in createPhdrs()1620 SmallVector<size_t, 0> LinkerScript::getPhdrIndices(OutputSection *cmd) { in getPhdrIndices() function in LinkerScript