Searched refs:process_section (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 182 process_section(const char *name, Ifl_desc *ifl, Shdr *shdr, Elf_Scn *scn, in process_section() function 1323 return (process_section(name, ifl, shdr, scn, ndx, in process_input() 1338 if (process_section(name, ifl, in process_reloc() 1386 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl); in process_strtab() 1626 r = process_section(name, ifl, shdr, scn, ndx, ident, ofl); in process_progbits() 1672 return (process_section(name, ifl, shdr, scn, ndx, ident, ofl)); in process_nobits() 1687 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl); in process_array() 2129 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl); in process_dynamic_isgnu() 2379 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl); in process_group() 2503 return (process_section(name, ifl, shdr, scn, ndx, 0, ofl)); in process_exclude() [all …]
|
/illumos-gate/usr/src/cmd/man/ |
H A D | makewhatis.c | 756 process_section(char *section_dir) in process_section() function 837 process_section(section_dir); in mwpath()
|