Searched refs:gettoken_int (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | map_v2.c | 563 gettoken_int(Mapfile *mf, const char *lhs, ld_map_tkval_t *tkv) in gettoken_int() function 1418 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_PHDR_ADD_NULL), &tkv) == in dir_phdr_add_null() 1447 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_ALIGN), &tkv) == TK_ERROR) in at_seg_align() 2001 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_MAX_SIZE), &tkv) == TK_ERROR) in at_seg_max_size() 2109 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_PADDR), &tkv) == TK_ERROR) in at_seg_paddr() 2131 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_ROUND), &tkv) == TK_ERROR) in at_seg_round() 2224 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_VADDR), &tkv) == TK_ERROR) in at_seg_vaddr() 2867 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_SIZE), &tkv) == TK_ERROR) in at_sym_size() 2959 if (gettoken_int(mf, MSG_ORIG(MSG_MAPKW_VALUE), &tkv) == TK_ERROR) in at_sym_value()
|