Searched refs:exp_init_os (Results 1 – 16 of 16) sorted by relevance
79 static void exp_init_os (etree_type *);2412 exp_init_os (s->addr_tree); in init_os()2415 exp_init_os (s->load_base); in init_os()2427 exp_init_os (etree_type *exp) in exp_init_os() function2434 exp_init_os (exp->assign.src); in exp_init_os()2438 exp_init_os (exp->binary.lhs); in exp_init_os()2439 exp_init_os (exp->binary.rhs); in exp_init_os()2443 exp_init_os (exp->trinary.cond); in exp_init_os()2444 exp_init_os (exp->trinary.lhs); in exp_init_os()2445 exp_init_os (exp->trinary.rhs); in exp_init_os()[all …]
1243 (exp_init_os): Update init_os call.1261 * ldlang.c (exp_init_os): Delete forward declaration.
280 (exp_init_os): Pass NULL to init_os.582 * ldlang.c (exp_init_os): Handle etree_provide.
567 (exp_init_os): Updated.
1269 * ldlang.c (exp_init_os): Add assert case.
1293 * ldlang.c (exp_init_os): Treat LOADADDR like ADDR.1544 initialized. Call exp_init_os on addr_tree field.1545 (exp_init_os): New static function.1546 (map_input_to_output_sections): Call exp_init_os on assignment
4685 (exp_init_os): Add etree_provided.
81 static void exp_init_os (etree_type *);2452 exp_init_os (s->addr_tree); in init_os()2455 exp_init_os (s->load_base); in init_os()2481 exp_init_os (etree_type *exp) in exp_init_os() function2488 exp_init_os (exp->assign.src); in exp_init_os()2492 exp_init_os (exp->binary.lhs); in exp_init_os()2493 exp_init_os (exp->binary.rhs); in exp_init_os()2497 exp_init_os (exp->trinary.cond); in exp_init_os()2498 exp_init_os (exp->trinary.lhs); in exp_init_os()2499 exp_init_os (exp->trinary.rhs); in exp_init_os()[all …]
271 (exp_init_os, map_input_to_output_sections): Use it.
23953 * ldlang.c (get_os_init_flag): New function. (exp_init_os, map_input_to_output_sections): Use it.111123 Fix that by ignoring SIZEOF in exp_init_os. Unlike ADDR and LOADADDR111129 * ldlang.c (exp_init_os): Don't create a bfd section for SIZEOF.