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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_map.h63 * ld_map_gettoken() uses a table of 128 bytes to determine how to
140 /* Possible return values from ld_map_gettoken */
161 * Items below this point are for the use of ld_map_gettoken().
166 * never returned to a caller of ld_map_gettoken().
184 * Type used by ld_map_gettoken() to return values for token types that
263 #define ld_map_gettoken ld64_map_gettoken macro
291 #define ld_map_gettoken ld32_map_gettoken macro
319 extern Token ld_map_gettoken(Mapfile *, int, ld_map_tkval_t *);
H A Dmap_core.c227 * Version 1 (SysV) syntax dispatch table for ld_map_gettoken(). For each
375 * Version 2 syntax dispatch table for ld_map_gettoken(). For each of the
1562 * back to ld_map_gettoken() to resume its normal operation.
1572 * EOF: Return and let ld_map_gettoken() report it
1747 * rules for syntax version in use. Used exclusively by ld_map_gettoken().
1752 * flags - Bitmask of options to control ld_map_gettoken()s behavior
1784 * 3) The next call to ld_map_gettoken() checks mf->mf_next_ch,
1822 * This function is used exclusively by ld_map_gettoken().
1826 * flags - Bitmask of options to control ld_map_gettoken()s behavior
1870 * This function is used exclusively by ld_map_gettoken()
1941 ld_map_gettoken(Mapfile *mf, int flags, ld_map_tkval_t *tkv) function
[all...]

Completed in 63 milliseconds