Lines Matching refs:ptblsize

6079   int ptblsize = 0;  in section_cache_section()  local
6102 ptblsize = xtensa_read_table_entries (abfd, sec, &prop_table, in section_cache_section()
6104 if (ptblsize < 0) in section_cache_section()
6116 sec_cache->pte_count = ptblsize; in section_cache_section()
6255 unsigned ptblsize, in init_ebb() argument
6264 ebb->pte_count = ptblsize; in init_ebb()
6270 ebb->end_ptbl_idx = ptblsize; in init_ebb()
7202 int ptblsize = 0; in compute_text_actions() local
7228 ptblsize = xtensa_read_table_entries (abfd, sec, &prop_table, in compute_text_actions()
7230 if (ptblsize < 0) in compute_text_actions()
7261 the_entry = elf_xtensa_find_property_entry (prop_table, ptblsize, in compute_text_actions()
7276 && ptbl_idx + 1 < ptblsize in compute_text_actions()
7290 init_ebb (ebb, sec, contents, sec_size, prop_table, ptblsize, in compute_text_actions()
8158 int ptblsize; in compute_removed_literals() local
8191 ptblsize = xtensa_read_table_entries (abfd, sec, &prop_table, in compute_removed_literals()
8193 if (ptblsize < 0) in compute_removed_literals()
8233 sec, prop_table, ptblsize)) in compute_removed_literals()
8236 irel, rel, prop_table, ptblsize)) in compute_removed_literals()
8249 prop_table, ptblsize, in compute_removed_literals()
8321 int ptblsize) in is_removable_literal() argument
8329 entry = elf_xtensa_find_property_entry (prop_table, ptblsize, in is_removable_literal()
8358 int ptblsize) in remove_dead_literal() argument
8367 entry = elf_xtensa_find_property_entry (prop_table, ptblsize, in remove_dead_literal()
8392 the_add_entry = elf_xtensa_find_property_entry (prop_table, ptblsize, in remove_dead_literal()
8432 int ptblsize, in identify_literal_placement() argument
8482 && coalesce_shared_literal (sec, rel, prop_table, ptblsize, val_map)) in identify_literal_placement()
8504 prop_table, ptblsize, in identify_literal_placement()
8608 int ptblsize, in coalesce_shared_literal() argument
8622 (prop_table, ptblsize, sec->vma + rel->r_rel.target_offset); in coalesce_shared_literal()
8646 the_add_entry = elf_xtensa_find_property_entry (prop_table, ptblsize, in coalesce_shared_literal()
8674 int ptblsize, in move_shared_literal() argument
8706 (prop_table, ptblsize, sec->vma + rel->r_rel.target_offset); in move_shared_literal()
8798 the_add_entry = elf_xtensa_find_property_entry (prop_table, ptblsize, in move_shared_literal()