Home
last modified time | relevance | path

Searched refs:set_origin (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-3.4.0/tools/pioasm/
Dpio_types.h257 void set_origin(const yy::location &l, const rvalue &_origin) { in set_origin() function
Dparser.yy163 …| ORIGIN value { pioasm.get_current_program(@1, ".origin", true).set_origin(@…
/hal_rpi_pico-3.4.0/tools/pioasm/gen/
Dparser.cpp1007 …{ pioasm.get_current_program(yystack_[1].location, ".origin", true).set_origin(yylhs.location, yys… in parse()