Searched defs:process_section (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c751 process_section(char *section_dir) function
832 process_section(section_dir);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c163 process_section(const char *name, Ifl_desc *ifl, Shdr *shdr, Elf_Scn *scn, function
1283 return (process_section(name, ifl, shdr, scn, ndx,
1298 if (process_section(name, ifl,
1346 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl);
1585 r = process_section(name, ifl, shdr, scn, ndx, ident, ofl);
1588 * On success, process_section() creates an input section descriptor.
1631 return (process_section(name, ifl, shdr, scn, ndx, ident, ofl));
1646 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl);
2088 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl);
2338 error = process_section(nam
[all...]

Completed in 71 milliseconds