Searched defs:sections (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_data.c | 62 unsigned char sections[ONMSZ] = { variable 115 (unsigned char *)"sections", (unsigned char *)"sect", STRING, 0, 0, sections,
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/ |
H A D | libfruaccess.c | 172 sections_t sections; local 178 sections.fru_hdl = container; 179 sections.fru_cnt = max_sections; 180 sections.frus = section; 181 if (ioctl(fd, SGFRU_GETSECTIONS, §ions) != 0) { 184 return (sections.fru_cnt);
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | _elfdump.h | 190 #define sections sections64 macro 214 #define sections sections32 macro
|
H A D | elfdump.c | 84 * there is no verdef/verneed sections, the [0] index is reserved 124 Word shnum; /* # of sections in cache */ 142 * .eh_frame and .eh_frame_hdr sections across calls to unwind_eh_frame(). 145 Word frame_cnt; /* # .eh_frame sections seen */ 147 Word hdr_cnt; /* # .eh_frame_hdr sections seen */ 204 * every call involving those sections. We use these static variables 382 * shnum - # of sections in cache 464 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi) function 486 * Identify any sections that are suspicious. A .got section 529 * sections [all...] |
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_main.c | 49 int g_doall; /* true if no functions or sections were given */ 52 dis_namelist_t *g_seclist; /* list of sections to disassemble, if any */ 395 * is called for all sections when no other flags are specified. We ignore any 396 * data sections, and print out only those sections containing text. 403 /* ignore data sections */ 468 * appropriate for the file. We then resolve any named sections or functions 469 * against the file, and iterate over the results (or all sections if no flags 476 dis_scnlist_t *sections; local 610 * With no arguments, iterate over all sections an [all...] |
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | main.c | 694 const char *const sections[] = local 696 const size_t nsec = sizeof(sections)/sizeof(sections[0]); 712 if (fs_lookup(paths, ipath, sections[isec],
|
/illumos-gate/usr/src/cmd/man/ |
H A D | man.c | 123 struct secnode *secl; /* sections already considered */ 516 * Store the mandir's corresponding sections (submandir 522 char *sections; local 525 /* Just store all sections when doing makewhatis or apropos/whatis */ 532 DPRINTF("-- Adding %s: sections=%s\n", manp->path, mansec); 536 } else if ((sections = strchr(*pv, ',')) != NULL) { 537 sections++; 538 DPRINTF("-- Adding %s: sections=%s\n", manp->path, sections); 539 manp->secv = split(sections, ','); [all...] |
Completed in 349 milliseconds