Searched refs:space_identifier (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dc-exp.y727 space_identifier : '@' NAME
737 cv_with_space_id : const_or_volatile space_identifier const_or_volatile
726 space_identifier : '@' NAME label
H A Dgdbtypes.c394 address_space_name_to_int (char *space_identifier) argument
399 if (!strcmp (space_identifier, "code"))
401 else if (!strcmp (space_identifier, "data"))
405 space_identifier,
409 error ("Unknown address space specifier: \"%s\"", space_identifier);
H A Dgdbtypes.h1119 int space_identifier);

Completed in 188 milliseconds