• Home
  • Raw
  • Download

Lines Matching refs:node32

44 	ast *node32
86 func (d *delocation) contents(node *node32) string {
91 func (d *delocation) writeNode(node *node32) {
97 func (d *delocation) writeCommentedNode(node *node32) {
104 func locateError(err error, with *node32, in inputFile) error { argument
117 var origStatement *node32
164 func (d *delocation) processDirective(statement, directive *node32) (*node32, error) {
169 forEachPath(directive, func(arg *node32) {
259 func (d *delocation) processLabelContainingDirective(statement, directive *node32) (*node32, error)…
310 func (d *delocation) processLabel(statement, label *node32) (*node32, error) {
331 func instructionArgs(node *node32) (argNodes []*node32) { argument
433 func (d *delocation) isPPC64LEAPair(statement *node32) (target, source, relative string, ok bool) {
525 func (d *delocation) gatherOffsets(symRef *node32, offsets string) (*node32, string) {
537 …*delocation) parseMemRef(memRef *node32) (symbol, offset, section string, didChange, symbolIsLocal…
579 func (d *delocation) processPPCInstruction(statement, instruction *node32) (*node32, error) {
800 func classifyInstruction(instr string, args []*node32) instructionType { argument
892 func (d *delocation) isRIPRelative(node *node32) bool {
896 func (d *delocation) processIntelInstruction(statement, instruction *node32) (*node32, error) {
1082 func (d *delocation) handleBSS(statement *node32) (*node32, error) {
1138 forEachPath(input.ast.up, func(node *node32) {
1146 forEachPath(input.ast.up, func(node *node32) {
1399 func forEachPath(node *node32, cb func(*node32), rules ...pegRule) { argument
1425 func skipNodes(node *node32, ruleToSkip pegRule) *node32 { argument
1431 func skipWS(node *node32) *node32 { argument
1435 func assertNodeType(node *node32, expected pegRule) { argument