Lines Matching defs:bss
38 * [1] find the section number of .bss, [2] look through
39 * nlist for symbols that are in .bss section and zero
43 * This protects us from trying to read a bss symbol from
97 int bss; /* if read from file, don't read bss symbols */
309 * If this is a file read, look for .bss section
324 if ((name) && ((strcmp(name, ".bss")) == 0)) {
325 bss = ndx;
388 (incore || nlptr->n_scnum != bss)) {
772 * filter out bss symbols if the reads are from the file
782 * The nlist is done. If any symbol is a bss
789 if (p->n_scnum == bss) {