Searched refs:Nsect (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1192 unsigned Nsect = 1; local
1200 return Nsect;
1201 Nsect++;
1237 unsigned int Nsect = 0; local
1240 Nsect = getNsectForSegSect(MachO);
1242 if (Nsect == 0)
1257 // file and this section appears in this file, Nsect will be non-zero then
1259 if (Nsect && Nsect != getNsectInMachO(*MachO, Sym))

Completed in 69 milliseconds