Searched refs:head_ptr (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppinit.c | 268 remove_dup_dir (pfile, prev, head_ptr) in remove_dup_dir() argument 271 struct search_path **head_ptr; 282 cur = *head_ptr; 283 *head_ptr = cur->next; 301 remove_dup_nonsys_dirs (pfile, head_ptr, end) in remove_dup_nonsys_dirs() argument 303 struct search_path **head_ptr; 309 for (cur = *head_ptr; cur; cur = cur->next) 314 for (other = *head_ptr, prev = NULL; 316 other = other ? other->next : *head_ptr) 322 other = remove_dup_dir (pfile, prev, head_ptr); [all …]
|
| H A D | collect2.c | 1676 add_to_list (head_ptr, name) in add_to_list() argument 1677 struct head *head_ptr; in add_to_list() 1685 if (head_ptr->first) 1686 head_ptr->last->next = newid; 1688 head_ptr->first = newid; 1691 for (p = head_ptr->first; 1697 head_ptr->last->next = 0; 1703 head_ptr->last = newid; 1704 head_ptr->number++; 1729 sort_ids (head_ptr) in sort_ids() argument [all …]
|
| H A D | ChangeLog | 15583 * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal 15586 (remove_dup_dirs): Change argument head to head_ptr. Remove warnings.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | collect2.c | 1609 add_to_list (struct head *head_ptr, const char *name) in add_to_list() argument 1615 if (head_ptr->first) in add_to_list() 1616 head_ptr->last->next = newid; in add_to_list() 1618 head_ptr->first = newid; in add_to_list() 1621 for (p = head_ptr->first; in add_to_list() 1627 head_ptr->last->next = 0; in add_to_list() 1633 head_ptr->last = newid; in add_to_list() 1634 head_ptr->number++; in add_to_list() 1658 sort_ids (struct head *head_ptr) in sort_ids() argument 1665 id = head_ptr->first; in sort_ids() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | obj-ieee.c | 565 struct frag **head_ptr = segment_info[i].frag_root; in write_object_file() 575 *head_ptr = frchain_ptr; in write_object_file() 576 head_ptr = &frchain_ptr->next; in write_object_file()
|
| /openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1698 #define __sanitizer_syscall_pre_get_robust_list(pid, head_ptr, len_ptr) \ argument 1699 __sanitizer_syscall_pre_impl_get_robust_list((long)(pid), (long)(head_ptr), \ 1701 #define __sanitizer_syscall_post_get_robust_list(res, pid, head_ptr, len_ptr) \ argument 1703 res, (long)(pid), (long)(head_ptr), (long)(len_ptr)) 2988 void __sanitizer_syscall_pre_impl_get_robust_list(long pid, long head_ptr, 2991 long head_ptr, long len_ptr);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2912 PRE_SYSCALL(get_robust_list)(long pid, void *head_ptr, void *len_ptr) {} 2915 (long res, long pid, void *head_ptr, void *len_ptr) {}
|