/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | archive64.c | 150 int stridx) in bfd_elf64_archive_write_armap() argument 153 unsigned int stringsize = stridx; in bfd_elf64_archive_write_armap()
|
H A D | archive.c | 1808 int stridx = 0; in _bfd_compute_and_write_armap() local 1904 map[orl_count].namidx = stridx; in _bfd_compute_and_write_armap() 1906 stridx += namelen + 1; in _bfd_compute_and_write_armap() 1921 (arch, elength, map, orl_count, stridx)); in _bfd_compute_and_write_armap() 1948 int stridx) in bsd_write_armap() argument 1950 int padit = stridx & 1; in bsd_write_armap() 1952 unsigned int stringsize = stridx + padit; in bsd_write_armap() 2108 int stridx) in coff_write_armap() argument 2113 unsigned int stringsize = stridx; in coff_write_armap()
|
H A D | libbfd-in.h | 189 int stridx); 193 int stridx);
|
H A D | coff-rs6000.c | 1581 xcoff_write_armap_old (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_old() argument 1586 int stridx; 1596 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx)); 1655 if ((stridx & 1) != 0) 1777 xcoff_write_armap_big (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_big() argument 1782 int stridx; 1825 BFD_ASSERT ((int)(str_64 + str_32) == stridx); 2056 _bfd_xcoff_write_armap (abfd, elength, map, orl_count, stridx) in _bfd_xcoff_write_armap() argument 2061 int stridx; 2064 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx); [all …]
|
H A D | libbfd.h | 194 int stridx); 198 int stridx);
|
H A D | vms.c | 714 int stridx ATTRIBUTE_UNUSED) in vms_write_armap() 718 arch, elength, map, orl_count, stridx); in vms_write_armap()
|
H A D | ecoff.c | 3002 int stridx) in _bfd_ecoff_write_armap() argument 3025 padit = stridx % 2; in _bfd_ecoff_write_armap() 3026 stringsize = stridx + padit; in _bfd_ecoff_write_armap()
|
H A D | som.c | 6082 int stridx ATTRIBUTE_UNUSED) in som_write_armap()
|
H A D | ChangeLog-9495 | 9251 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | archive64.c | 150 int stridx) in bfd_elf64_archive_write_armap() argument 153 unsigned int stringsize = stridx; in bfd_elf64_archive_write_armap()
|
H A D | archive.c | 1775 int stridx = 0; /* string index */ in _bfd_compute_and_write_armap() local 1871 map[orl_count].namidx = stridx; in _bfd_compute_and_write_armap() 1873 stridx += namelen + 1; in _bfd_compute_and_write_armap() 1888 (arch, elength, map, orl_count, stridx)); in _bfd_compute_and_write_armap() 1915 int stridx) in bsd_write_armap() argument 1917 int padit = stridx & 1; in bsd_write_armap() 1919 unsigned int stringsize = stridx + padit; in bsd_write_armap() 2074 int stridx) in coff_write_armap() argument 2079 unsigned int stringsize = stridx; in coff_write_armap()
|
H A D | libbfd-in.h | 168 int stridx); 172 int stridx);
|
H A D | libbfd.h | 173 int stridx); 177 int stridx);
|
H A D | coff-rs6000.c | 1579 xcoff_write_armap_old (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_old() argument 1584 int stridx; 1594 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx)); 1653 if ((stridx & 1) != 0) 1775 xcoff_write_armap_big (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_big() argument 1780 int stridx; 1823 BFD_ASSERT ((int)(str_64 + str_32) == stridx); 2058 _bfd_xcoff_write_armap (abfd, elength, map, orl_count, stridx) in _bfd_xcoff_write_armap() argument 2063 int stridx; 2066 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx); [all …]
|
H A D | vms.c | 85 unsigned int orl_count, int stridx)); 966 vms_write_armap (arch, elength, map, orl_count, stridx) in vms_write_armap() argument 971 int stridx ATTRIBUTE_UNUSED; 975 arch, elength, map, orl_count, stridx);
|
H A D | ecoff.c | 3136 _bfd_ecoff_write_armap (abfd, elength, map, orl_count, stridx) in _bfd_ecoff_write_armap() argument 3141 int stridx; 3164 padit = stridx % 2; 3165 stringsize = stridx + padit;
|
H A D | som.c | 6160 som_write_armap (abfd, elength, map, orl_count, stridx) in som_write_armap() argument 6165 int stridx ATTRIBUTE_UNUSED;
|
H A D | ChangeLog-9495 | 9251 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
|
/openbsd/gnu/llvm/llvm/utils/vim/ |
H A D | vimrc | 155 let l:spacecolonspace = stridx(l:value, " : ") 162 let l:hidden = stridx(l:value, " (Hidden)") 171 let l:pound = stridx(l:value, "#")
|