Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 25 of 61) sorted by relevance

123

/toolchain/binutils/binutils-2.25/binutils/
Dstabs.c225 parse_number (const char **pp, bfd_boolean *poverflow) in parse_number() argument
233 orig = *pp; in parse_number()
236 ul = strtoul (*pp, (char **) pp, 0); in parse_number()
1141 parse_stab_type (void *dhandle, struct stab_handle *info, const char *type_name, const char **pp, d… in parse_stab_type() argument
1153 orig = *pp; in parse_stab_type()
1163 if (! ISDIGIT (**pp) && **pp != '(' && **pp != '-') in parse_stab_type()
1171 if (! parse_stab_type_number (pp, typenums)) in parse_stab_type()
1174 if (**pp != '=') in parse_stab_type()
1197 ++*pp; in parse_stab_type()
1199 while (**pp == '@') in parse_stab_type()
[all …]
Dieee.c329 ieee_read_number (struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) in ieee_read_number() argument
331 return ieee_read_optional_number (info, pp, pv, (bfd_boolean *) NULL); in ieee_read_number()
338 ieee_read_optional_number (struct ieee_info *info, const bfd_byte **pp, in ieee_read_optional_number() argument
343 if (*pp >= info->pend) in ieee_read_optional_number()
354 b = (ieee_record_enum_type) **pp; in ieee_read_optional_number()
355 ++*pp; in ieee_read_optional_number()
370 if (*pp + i - 1 >= info->pend) in ieee_read_optional_number()
380 *pv += **pp; in ieee_read_optional_number()
381 ++*pp; in ieee_read_optional_number()
392 --*pp; in ieee_read_optional_number()
[all …]
Dnlmheader.y922 register struct string_list **pp; in string_list_append() local
924 for (pp = &l1; *pp != NULL; pp = &(*pp)->next) in string_list_append()
926 *pp = l2; in string_list_append()
936 register struct string_list **pp; in string_list_append1() local
941 for (pp = &l; *pp != NULL; pp = &(*pp)->next) in string_list_append1()
943 *pp = n; in string_list_append1()
Drcparse.y224 rc_accelerator **pp; variable
226 for (pp = &$1->next; *pp != NULL; pp = &(*pp)->next)
228 *pp = a;
550 rc_dialog_control **pp; variable
552 for (pp = &dialog.controls; *pp != NULL; pp = &(*pp)->next)
554 *pp = $2;
1026 rc_menuitem **pp; variable
1028 for (pp = &$1->next; *pp != NULL; pp = &(*pp)->next)
1030 *pp = $2;
1116 rc_menuitem **pp; variable
[all …]
Dwindres.c336 rc_res_entry **pp; in define_resource() local
351 for (pp = &(*resources)->entries; *pp != NULL; pp = &(*pp)->next) in define_resource()
352 if (res_id_cmp ((*pp)->id, ids[i]) == 0) in define_resource()
355 if (*pp != NULL) in define_resource()
356 re = *pp; in define_resource()
373 *pp = re; in define_resource()
760 struct include_dir *n, **pp; in windres_add_include_dir() local
772 for (pp = &include_dirs; *pp != NULL; pp = &(*pp)->next) in windres_add_include_dir()
774 *pp = n; in windres_add_include_dir()
Dresrc.c759 rc_group_cursor *first, **pp; in define_cursor() local
835 pp = &first; in define_cursor()
852 *pp = cg; in define_cursor()
853 pp = &(*pp)->next; in define_cursor()
955 rc_fontdir **pp; in define_font() local
1015 for (pp = &fontdirs; *pp != NULL; pp = &(*pp)->next) in define_font()
1017 *pp = fd; in define_font()
1161 rc_group_icon *first, **pp; in define_icon() local
1230 pp = &first; in define_icon()
1263 *pp = cg; in define_icon()
[all …]
Dresbin.c274 rc_menuitem *first, **pp; in bin_to_res_menuitems() local
277 pp = &first; in bin_to_res_menuitems()
331 *pp = mi; in bin_to_res_menuitems()
332 pp = &mi->next; in bin_to_res_menuitems()
351 rc_menuitem *first, **pp; in bin_to_res_menuexitems() local
354 pp = &first; in bin_to_res_menuexitems()
405 *pp = mi; in bin_to_res_menuexitems()
406 pp = &mi->next; in bin_to_res_menuexitems()
428 rc_dialog_control **pp; in bin_to_res_dialog() local
515 pp = &d->controls; in bin_to_res_dialog()
[all …]
Dresres.c657 rc_res_entry **pp; in res_append_resource() local
673 for (pp = &(*res_dirs)->entries; *pp != NULL; pp = &(*pp)->next) in res_append_resource()
674 if (res_id_cmp ((*pp)->id, ids[i]) == 0) in res_append_resource()
677 if (*pp != NULL) in res_append_resource()
678 re = *pp; in res_append_resource()
695 *pp = re; in res_append_resource()
Drescoff.c185 rc_res_entry **pp; in read_coff_res_dir() local
203 pp = &rd->entries; in read_coff_res_dir()
259 *pp = re; in read_coff_res_dir()
260 pp = &re->next; in read_coff_res_dir()
299 *pp = re; in read_coff_res_dir()
300 pp = &re->next; in read_coff_res_dir()
/toolchain/binutils/binutils-2.25/gold/
Dscript.cc339 const char* start, const char* match, const char** pp);
343 gather_quoted_string(const char** pp);
672 Lex::skip_c_comment(const char** pp) in skip_c_comment() argument
674 const char* p = *pp; in skip_c_comment()
679 *pp = p; in skip_c_comment()
691 *pp = p + 2; in skip_c_comment()
698 Lex::skip_line_comment(const char** pp) in skip_line_comment() argument
700 const char* p = *pp; in skip_line_comment()
704 *pp = p + skip; in skip_line_comment()
711 *pp = p; in skip_line_comment()
[all …]
/toolchain/binutils/binutils-2.25/libiberty/
Dpex-unix.c218 struct status_list **pp; in pex_wait() local
220 for (pp = (struct status_list **) &obj->sysdep; in pex_wait()
221 *pp != NULL; in pex_wait()
222 pp = &(*pp)->next) in pex_wait()
224 if ((*pp)->pid == pid) in pex_wait()
228 p = *pp; in pex_wait()
232 *pp = p->next; in pex_wait()
Dsplay-tree.c114 rotate_left (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_left() argument
120 *pp = n; in rotate_left()
127 rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n) in rotate_right() argument
133 *pp = n; in rotate_right()
/toolchain/binutils/binutils-2.25/gas/
Dhash.c432 char **pp; variable
467 for (pp = hashtable; pp < hashtable + TABLES; pp++) in main()
470 pp - hashtable, *pp); in main()
/toolchain/binutils/binutils-2.25/bfd/
Dihex.c696 struct ihex_data_list **pp; in ihex_set_section_contents() local
698 for (pp = &tdata->head; in ihex_set_section_contents()
699 *pp != NULL && (*pp)->where < n->where; in ihex_set_section_contents()
700 pp = &(*pp)->next) in ihex_set_section_contents()
702 n->next = *pp; in ihex_set_section_contents()
703 *pp = n; in ihex_set_section_contents()
Dversados.c195 get_4 (unsigned char **pp) in get_4() argument
197 unsigned char *p = *pp; in get_4()
199 *pp += 4; in get_4()
204 get_10 (unsigned char **pp, char *name) in get_10() argument
206 char *p = (char *) *pp; in get_10()
209 *pp += len; in get_10()
Dlinker.c1089 asymbol **pp, **ppend; in generic_link_check_archive_element() local
1096 pp = _bfd_generic_link_get_symbols (abfd); in generic_link_check_archive_element()
1097 ppend = pp + _bfd_generic_link_get_symcount (abfd); in generic_link_check_archive_element()
1098 for (; pp < ppend; pp++) in generic_link_check_archive_element()
1102 p = *pp; in generic_link_check_archive_element()
1206 asymbol **pp, **ppend; in generic_link_add_symbol_list() local
1208 pp = symbols; in generic_link_add_symbol_list()
1210 for (; pp < ppend; pp++) in generic_link_add_symbol_list()
1214 p = *pp; in generic_link_add_symbol_list()
1233 && pp + 1 < ppend) in generic_link_add_symbol_list()
[all …]
Delf32-i386.c1043 struct elf_dyn_relocs **pp; in elf_i386_copy_indirect_symbol() local
1048 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in elf_i386_copy_indirect_symbol()
1057 *pp = p->next; in elf_i386_copy_indirect_symbol()
1061 pp = &p->next; in elf_i386_copy_indirect_symbol()
1063 *pp = edir->dyn_relocs; in elf_i386_copy_indirect_symbol()
1911 struct elf_dyn_relocs **pp; in elf_i386_gc_sweep_hook() local
1915 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next) in elf_i386_gc_sweep_hook()
1919 *pp = p->next; in elf_i386_gc_sweep_hook()
2020 struct elf_dyn_relocs **pp; in elf_i386_adjust_dynamic_symbol() local
2023 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; ) in elf_i386_adjust_dynamic_symbol()
[all …]
Delf32-m32r.c1753 struct elf_m32r_dyn_relocs **pp; in m32r_elf_copy_indirect_symbol() local
1758 for (pp = &eind->dyn_relocs; (p = *pp) != NULL;) in m32r_elf_copy_indirect_symbol()
1767 *pp = p->next; in m32r_elf_copy_indirect_symbol()
1771 pp = &p->next; in m32r_elf_copy_indirect_symbol()
1773 *pp = edir->dyn_relocs; in m32r_elf_copy_indirect_symbol()
2043 struct elf_m32r_dyn_relocs **pp; in allocate_dynrelocs() local
2045 for (pp = &eh->dyn_relocs; (p = *pp) != NULL;) in allocate_dynrelocs()
2050 *pp = p->next; in allocate_dynrelocs()
2052 pp = &p->next; in allocate_dynrelocs()
3667 struct elf_m32r_dyn_relocs **pp; in m32r_elf_gc_sweep_hook() local
[all …]
Delf32-tilepro.c1337 struct tilepro_elf_dyn_relocs **pp; in tilepro_elf_copy_indirect_symbol() local
1342 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in tilepro_elf_copy_indirect_symbol()
1351 *pp = p->next; in tilepro_elf_copy_indirect_symbol()
1355 pp = &p->next; in tilepro_elf_copy_indirect_symbol()
1357 *pp = edir->dyn_relocs; in tilepro_elf_copy_indirect_symbol()
1942 struct tilepro_elf_dyn_relocs **pp; in tilepro_elf_gc_sweep_hook() local
1950 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next) in tilepro_elf_gc_sweep_hook()
1954 *pp = p->next; in tilepro_elf_gc_sweep_hook()
2324 struct tilepro_elf_dyn_relocs **pp; in allocate_dynrelocs() local
2326 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; ) in allocate_dynrelocs()
[all …]
Delf32-or1k.c2322 struct elf_or1k_dyn_relocs **pp; in allocate_dynrelocs() local
2324 for (pp = &eh->dyn_relocs; (p = *pp) != NULL;) in allocate_dynrelocs()
2329 *pp = p->next; in allocate_dynrelocs()
2331 pp = &p->next; in allocate_dynrelocs()
2692 struct elf_or1k_dyn_relocs **pp; in or1k_elf_copy_indirect_symbol() local
2697 for (pp = &eind->dyn_relocs; (p = *pp) != NULL;) in or1k_elf_copy_indirect_symbol()
2706 *pp = p->next; in or1k_elf_copy_indirect_symbol()
2710 pp = &p->next; in or1k_elf_copy_indirect_symbol()
2712 *pp = edir->dyn_relocs; in or1k_elf_copy_indirect_symbol()
Delf32-lm32.c2016 struct elf_lm32_dyn_relocs **pp; in allocate_dynrelocs() local
2018 for (pp = &eh->dyn_relocs; (p = *pp) != NULL;) in allocate_dynrelocs()
2023 *pp = p->next; in allocate_dynrelocs()
2025 pp = &p->next; in allocate_dynrelocs()
2582 struct elf_lm32_dyn_relocs **pp; in lm32_elf_copy_indirect_symbol() local
2587 for (pp = &eind->dyn_relocs; (p = *pp) != NULL;) in lm32_elf_copy_indirect_symbol()
2596 *pp = p->next; in lm32_elf_copy_indirect_symbol()
2600 pp = &p->next; in lm32_elf_copy_indirect_symbol()
2602 *pp = edir->dyn_relocs; in lm32_elf_copy_indirect_symbol()
Delfxx-tilegx.c1542 struct tilegx_elf_dyn_relocs **pp; in tilegx_elf_copy_indirect_symbol() local
1547 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in tilegx_elf_copy_indirect_symbol()
1556 *pp = p->next; in tilegx_elf_copy_indirect_symbol()
1560 pp = &p->next; in tilegx_elf_copy_indirect_symbol()
1562 *pp = edir->dyn_relocs; in tilegx_elf_copy_indirect_symbol()
2181 struct tilegx_elf_dyn_relocs **pp; in tilegx_elf_gc_sweep_hook() local
2189 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next) in tilegx_elf_gc_sweep_hook()
2193 *pp = p->next; in tilegx_elf_gc_sweep_hook()
2591 struct tilegx_elf_dyn_relocs **pp; in allocate_dynrelocs() local
2593 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; ) in allocate_dynrelocs()
[all …]
Delf32-s390.c885 struct elf_dyn_relocs **pp; in elf_s390_copy_indirect_symbol() local
890 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in elf_s390_copy_indirect_symbol()
899 *pp = p->next; in elf_s390_copy_indirect_symbol()
903 pp = &p->next; in elf_s390_copy_indirect_symbol()
905 *pp = edir->dyn_relocs; in elf_s390_copy_indirect_symbol()
1486 struct elf_dyn_relocs **pp; in elf_s390_gc_sweep_hook() local
1495 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next) in elf_s390_gc_sweep_hook()
1499 *pp = p->next; in elf_s390_gc_sweep_hook()
1921 struct elf_dyn_relocs **pp; in allocate_dynrelocs() local
1923 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; ) in allocate_dynrelocs()
[all …]
Delf64-s390.c804 struct elf_dyn_relocs **pp; in elf_s390_copy_indirect_symbol() local
809 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in elf_s390_copy_indirect_symbol()
818 *pp = p->next; in elf_s390_copy_indirect_symbol()
822 pp = &p->next; in elf_s390_copy_indirect_symbol()
824 *pp = edir->dyn_relocs; in elf_s390_copy_indirect_symbol()
1422 struct elf_dyn_relocs **pp; in elf_s390_gc_sweep_hook() local
1431 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next) in elf_s390_gc_sweep_hook()
1435 *pp = p->next; in elf_s390_gc_sweep_hook()
1869 struct elf_dyn_relocs **pp; in allocate_dynrelocs() local
1871 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; ) in allocate_dynrelocs()
[all …]
Delfxx-sparc.c1288 struct _bfd_sparc_elf_dyn_relocs **pp; in _bfd_sparc_elf_copy_indirect_symbol() local
1293 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in _bfd_sparc_elf_copy_indirect_symbol()
1302 *pp = p->next; in _bfd_sparc_elf_copy_indirect_symbol()
1306 pp = &p->next; in _bfd_sparc_elf_copy_indirect_symbol()
1308 *pp = edir->dyn_relocs; in _bfd_sparc_elf_copy_indirect_symbol()
1955 struct _bfd_sparc_elf_dyn_relocs **pp; in _bfd_sparc_elf_gc_sweep_hook() local
1963 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next) in _bfd_sparc_elf_gc_sweep_hook()
1967 *pp = p->next; in _bfd_sparc_elf_gc_sweep_hook()
2392 struct _bfd_sparc_elf_dyn_relocs **pp; in allocate_dynrelocs() local
2394 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; ) in allocate_dynrelocs()
[all …]

123