HomeSort by relevance Sort by last modified time
    Searched refs:abbrev (Results 76 - 100 of 140) sorted by null

1 2 34 5 6

  /external/strace/
seccomp.c 185 if (abbrev(tcp)) {
msghdr.c 71 if (abbrev(tcp) && i >= max_strlen) {
162 if (abbrev(tcp) && i >= max_strlen) {
mem.c 287 if (abbrev(tcp) && i >= max_strlen) {
netlink.c 386 if (abbrev(tcp) && elt == max_strlen) {
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 244 struct Abbrev {
271 const Abbrev& abbrev);
283 // Skips the die with attributes specified in ABBREV starting at
286 const Abbrev& abbrev);
316 std::vector<Abbrev>* abbrevs_;
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows.go 90 // abbrev returns the abbreviations to use for the given zone z.
91 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { func
149 stdname, dstname := abbrev(i)
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows.go 90 // abbrev returns the abbreviations to use for the given zone z.
91 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { func
149 stdname, dstname := abbrev(i)
  /external/desugar/java/com/google/devtools/build/android/desugar/
Desugar.java 73 abbrev = 'i',
134 abbrev = 'o',
145 abbrev = 'v',
  /prebuilts/go/darwin-x86/src/debug/pe/
file.go 223 var names = [...]string{"abbrev", "info", "line", "ranges", "str"}
241 abbrev, info, line, ranges, str := dat[0], dat[1], dat[2], dat[3], dat[4]
242 return dwarf.New(abbrev, nil, nil, info, line, nil, ranges, str)
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 223 var names = [...]string{"abbrev", "info", "line", "ranges", "str"}
241 abbrev, info, line, ranges, str := dat[0], dat[1], dat[2], dat[3], dat[4]
242 return dwarf.New(abbrev, nil, nil, info, line, nil, ranges, str)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
objfile.go 565 var abbrev int
570 abbrev = dwarf.DW_ABRV_AUTO
580 abbrev = dwarf.DW_ABRV_PARAM
589 Abbrev: abbrev,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
objfile.go 565 var abbrev int
570 abbrev = dwarf.DW_ABRV_AUTO
580 abbrev = dwarf.DW_ABRV_PARAM
589 Abbrev: abbrev,
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry.go 19 type abbrev struct { type
32 type abbrevTable map[uint32]abbrev
41 data := d.abbrev
47 b := makeBuf(d, unknownFormat{}, "abbrev", 0, data)
77 var a abbrev
typeunit.go 47 b.error("type unit abbrev offset overflow")
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 19 type abbrev struct { type
32 type abbrevTable map[uint32]abbrev
41 data := d.abbrev
47 b := makeBuf(d, unknownFormat{}, "abbrev", 0, data)
77 var a abbrev
typeunit.go 47 b.error("type unit abbrev offset overflow")
  /prebuilts/go/darwin-x86/src/debug/macho/
file.go 477 var names = [...]string{"abbrev", "info", "line", "ranges", "str"}
492 abbrev, info, line, ranges, str := dat[0], dat[1], dat[2], dat[3], dat[4]
493 return dwarf.New(abbrev, nil, nil, info, line, nil, ranges, str)
  /prebuilts/go/linux-x86/src/debug/macho/
file.go 477 var names = [...]string{"abbrev", "info", "line", "ranges", "str"}
492 abbrev, info, line, ranges, str := dat[0], dat[1], dat[2], dat[3], dat[4]
493 return dwarf.New(abbrev, nil, nil, info, line, nil, ranges, str)
  /external/curl/tests/
testcurl.pl 437 @commits=`git log --pretty=oneline --abbrev-commit -5`;
460 @commits=`git log --pretty=oneline --abbrev-commit -5`;
  /external/llvm/utils/
llvm-compilers-check 242 abbrevs = [abbrev[start_index:start_index+3]
243 for abbrev, start_index
  /external/elfutils/tests/
Makefile.am 43 show-abbrev hash newscn ecp dwflmodtest \
77 run-show-abbrev.sh run-line2addr.sh hash \
155 run-show-abbrev.sh run-strip-test.sh \
  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 287 abbrevs = [abbrev[start_index:start_index+3]
288 for abbrev, start_index
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 138 // written out if it is listed in the abbrev).
139 func newdie(ctxt *Link, parent *dwarf.DWDie, abbrev int, name string, version int) *dwarf.DWDie {
141 die.Abbrev = abbrev
147 if name != "" && (abbrev <= dwarf.DW_ABRV_VARIABLE || abbrev >= dwarf.DW_ABRV_NULLTYPE) {
148 if abbrev != dwarf.DW_ABRV_VARIABLE || version == 0 {
164 if die.Abbrev == dwarf.DW_ABRV_TYPEDECL {
269 dwarf.Uleb128put(ctxt, s, int64(die.Abbrev))
270 dwarf.PutAttrs(ctxt, s, die.Abbrev, die.Attr
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 138 // written out if it is listed in the abbrev).
139 func newdie(ctxt *Link, parent *dwarf.DWDie, abbrev int, name string, version int) *dwarf.DWDie {
141 die.Abbrev = abbrev
147 if name != "" && (abbrev <= dwarf.DW_ABRV_VARIABLE || abbrev >= dwarf.DW_ABRV_NULLTYPE) {
148 if abbrev != dwarf.DW_ABRV_VARIABLE || version == 0 {
164 if die.Abbrev == dwarf.DW_ABRV_TYPEDECL {
269 dwarf.Uleb128put(ctxt, s, int64(die.Abbrev))
270 dwarf.PutAttrs(ctxt, s, die.Abbrev, die.Attr
    [all...]
  /art/runtime/
method_handles.cc 95 #define CASE_PRIMITIVE(primitive, abbrev, _, shorthand) \
98 value->Set ## shorthand(primitive_field->Get ## abbrev(o)); \
    [all...]

Completed in 609 milliseconds

1 2 34 5 6