HomeSort by relevance Sort by last modified time
    Searched refs:snames (Results 1 - 7 of 7) sorted by null

  /external/boringssl/src/crypto/obj/
obj_dat.pl 63 if(defined $snames{$d})
68 { $snames{$d} = "X"; }
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldpe.go 129 snames []byte
183 peobj.snames = make([]byte, l)
185 if obj.Bread(f, peobj.snames) != len(peobj.snames) {
198 peobj.sect[i].name = cstring(peobj.snames[l:])
214 peobj.pesym[i].name = cstring(peobj.snames[l:]) // sym name length <= 8
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldpe.go 126 snames []byte
180 peobj.snames = make([]byte, l)
182 if obj.Bread(f, peobj.snames) != len(peobj.snames) {
195 peobj.sect[i].name = cstring(peobj.snames[l:])
211 peobj.pesym[i].name = cstring(peobj.snames[l:]) // sym name length <= 8
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldpe.go 129 snames []byte
183 peobj.snames = make([]byte, l)
185 if obj.Bread(f, peobj.snames) != len(peobj.snames) {
198 peobj.sect[i].name = cstring(peobj.snames[l:])
214 peobj.pesym[i].name = cstring(peobj.snames[l:]) // sym name length <= 8
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldpe.go 126 snames []byte
180 peobj.snames = make([]byte, l)
182 if obj.Bread(f, peobj.snames) != len(peobj.snames) {
195 peobj.sect[i].name = cstring(peobj.snames[l:])
211 peobj.pesym[i].name = cstring(peobj.snames[l:]) // sym name length <= 8
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 1049 char *snames; local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 1064 char **snames = NULL; local
1074 rc = process_typeset(indent, pdb, ts, attr_list, &snames, &num_snames);
1087 rc = avrule_to_cil(indent, pdb, avrule->specified, snames[s], tnames[t], avrule->perms);
1094 rc = avrule_to_cil(indent, pdb, avrule->specified, snames[s], "self", avrule->perms);
1101 names_destroy(&snames, &num_snames);
1108 names_destroy(&snames, &num_snames);
    [all...]

Completed in 399 milliseconds