Home
last modified time | relevance | path

Searched refs:stridx (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/lib/libproc/
Dproc_sym.c139 s1 = elf_strptr(thunk->e, thunk->symtab->stridx, sym1.st_name); in symvalcmp()
140 s2 = elf_strptr(thunk->e, thunk->symtab->stridx, sym2.st_name); in symvalcmp()
194 symtab->stridx = shdr.sh_link; in load_symtab()
496 s = elf_strptr(e, symtab->stridx, symp->st_name); in lookup_symbol_by_addr()
597 s = elf_strptr(elf, symtab->stridx, sym.st_name); in lookup_symbol_by_name()
713 s = elf_strptr(file->elf, symtab->stridx, sym.st_name); in proc_iter_symbyaddr()
D_libproc.h48 u_long stridx; member
/freebsd-12-stable/contrib/binutils/bfd/
Darchive64.c150 int stridx) in bfd_elf64_archive_write_armap() argument
153 unsigned int stringsize = stridx; in bfd_elf64_archive_write_armap()
Darchive.c1787 int stridx = 0; in _bfd_compute_and_write_armap() local
1883 map[orl_count].namidx = stridx; in _bfd_compute_and_write_armap()
1885 stridx += namelen + 1; in _bfd_compute_and_write_armap()
1900 (arch, elength, map, orl_count, stridx)); in _bfd_compute_and_write_armap()
1927 int stridx) in bsd_write_armap() argument
1929 int padit = stridx & 1; in bsd_write_armap()
1931 unsigned int stringsize = stridx + padit; in bsd_write_armap()
2079 int stridx) in coff_write_armap() argument
2084 unsigned int stringsize = stridx; in coff_write_armap()
Dlibbfd-in.h192 int stridx);
196 int stridx);
Dcoff-rs6000.c1592 xcoff_write_armap_old (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_old() argument
1597 int stridx;
1607 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx));
1666 if ((stridx & 1) != 0)
1783 xcoff_write_armap_big (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_big() argument
1788 int stridx;
1831 BFD_ASSERT ((int)(str_64 + str_32) == stridx);
2062 _bfd_xcoff_write_armap (abfd, elength, map, orl_count, stridx) in _bfd_xcoff_write_armap() argument
2067 int stridx;
2070 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx);
[all …]
Dlibbfd.h197 int stridx);
201 int stridx);
Decoff.c3002 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()
DChangeLog-94959251 (rs6000coff_write_armap): Declare orl_count and stridx parameters.