Searched refs:gettoken_int (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | map_v2.c | 569 gettoken_int(Mapfile *mf, const char *lhs, ld_map_tkval_t *tkv, int flags) in gettoken_int() function 1499 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_PHDR_ADD_NULL), &tkv, 0) == in dir_phdr_add_null() 1527 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_ALIGN), &tkv, 0) == TK_ERROR) in at_seg_align() 2070 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_MAX_SIZE), &tkv, 0) == TK_ERROR) in at_seg_max_size() 2175 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_PADDR), &tkv, 0) == TK_ERROR) in at_seg_paddr() 2196 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_ROUND), &tkv, 0) == TK_ERROR) in at_seg_round() 2287 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_VADDR), &tkv, 0) == TK_ERROR) in at_seg_vaddr() 2926 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_SIZE), &tkv, in at_sym_size() 3018 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_VALUE), &tkv, 0) == TK_ERROR) in at_sym_value() 3181 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_SIZE), &tkv, in at_ass_size()
|