Searched refs:objfile (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython3/Modules/ |
D | ld_so_aix.in | 110 shift; objfile=$1 114 objfile=`echo $1 | sed "s/-o//"` 135 if test "$objfile" = "libpython@VERSION@@ABIFLAGS@.so"; then 148 if test -z "$objfile"; then 149 objfile=shr.o 152 filename=`basename $objfile | sed "s/\.[^.]*$//"` 178 CCOPT="$CCOPT -Wl,-bM:SRE -Wl,-T512 -Wl,-H512 -Wl,-brtl -Wl,-bnortllib -lm -o $objfile" 184 $makexp $expfile "$objfile" $objs
|
/external/python/cpython2/Modules/ |
D | ld_so_aix.in | 110 shift; objfile=$1 114 objfile=`echo $1 | sed "s/-o//"` 135 if test "$objfile" = "libpython@VERSION@.so"; then 148 if test -z "$objfile"; then 149 objfile=shr.o 152 filename=`basename $objfile | sed "s/\.[^.]*$//"` 178 CCOPT="$CCOPT -Wl,-bM:SRE -Wl,-T512 -Wl,-H512 -Wl,-brtl -Wl,-bnortllib -lm -o $objfile" 184 $makexp $expfile "$objfile" $objs
|
/external/clang/utils/check_cfc/ |
D | obj_diff.py | 19 def disassemble(objfile): argument 21 p = subprocess.Popen([disassembler, '-d', objfile], 26 print("Disassemble failed: {}".format(objfile)) 30 def dump_debug(objfile): argument 32 …p = subprocess.Popen([disassembler, '-WliaprmfsoRt', objfile], stdout=subprocess.PIPE, stderr=subp… 35 print("Dump debug failed: {}".format(objfile))
|
/external/pdfium/third_party/yasm/ |
D | run_yasm.py | 31 objfile = options.objfile variable 32 depfile = objfile + '.d'
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader.cc | 104 struct fat_arch *objfile = &object_files_[i]; in Read() local 107 cursor >> objfile->cputype in Read() 108 >> objfile->cpusubtype in Read() 109 >> objfile->offset in Read() 110 >> objfile->size in Read() 111 >> objfile->align; in Read() 118 if (objfile->offset > fat_size || in Read() 119 objfile->size > fat_size - objfile->offset) { in Read()
|
/external/llvm/utils/ |
D | GenLibDeps.pl | 113 my $objfile = $libpath.$2; 114 $objdefs{$1} = $objfile; 115 $objdeps{$objfile} = {}; 116 $libobjs{$lib}{$objfile}=1;
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | GenLibDeps.pl | 113 my $objfile = $libpath.$2; 114 $objdefs{$1} = $objfile; 115 $objdeps{$objfile} = {}; 116 $libobjs{$lib}{$objfile}=1;
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 190 #define BITFIELDS_CASE_COMMON(objfile, test_name_prefix, name) \ argument 192 .bpf_obj_file = objfile, \
|
/external/curl/packages/vms/ |
D | build_vms.com | 969 $ librarian /object 'p3' 'objfile' 981 $ librarian /object 'p3' 'objfile'
|
/external/iproute2/bash-completion/ |
D | tc | 220 local fword objfile section_list 223 objfile=${words[fword+1]} 227 section_list=$( objdump -h $objfile 2>/dev/null | \
|
/external/toolchain-utils/deprecated/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 13972 Running ./gdb.dwarf2/dw2-objfile-overlap.exp ... 13973 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: add-symbol-file 13974 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: info line inner 17383 Running ./gdb.python/py-objfile.exp ... 17384 PASS: gdb.python/py-objfile.exp: Find a symbol in objfile 17385 PASS: gdb.python/py-objfile.exp: Get backing object file 17386 PASS: gdb.python/py-objfile.exp: Get objfile validity 17387 PASS: gdb.python/py-objfile.exp: Get objfile validity 17388 PASS: gdb.python/py-objfile.exp: Get objfile validity after unload 17389 Running ./gdb.python/py-objfile-script.exp ... [all …]
|
D | armv7a-cros-linux-gnueabi | 13725 Running ./gdb.dwarf2/dw2-objfile-overlap.exp ... 13726 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: add-symbol-file 13727 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: info line inner 17014 Running ./gdb.python/py-objfile.exp ... 17015 PASS: gdb.python/py-objfile.exp: Find a symbol in objfile 17016 PASS: gdb.python/py-objfile.exp: Get backing object file 17017 PASS: gdb.python/py-objfile.exp: Get objfile validity 17018 PASS: gdb.python/py-objfile.exp: Get objfile validity 17019 PASS: gdb.python/py-objfile.exp: Get objfile validity after unload 17020 Running ./gdb.python/py-objfile-script.exp ... [all …]
|
D | i686-pc-linux-gnu | 13726 Running ./gdb.dwarf2/dw2-objfile-overlap.exp ... 13727 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: add-symbol-file 13728 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: info line inner 17115 Running ./gdb.python/py-objfile.exp ... 17116 PASS: gdb.python/py-objfile.exp: Find a symbol in objfile 17117 PASS: gdb.python/py-objfile.exp: Get backing object file 17118 PASS: gdb.python/py-objfile.exp: Get objfile validity 17119 PASS: gdb.python/py-objfile.exp: Get objfile validity 17120 PASS: gdb.python/py-objfile.exp: Get objfile validity after unload 17121 Running ./gdb.python/py-objfile-script.exp ... [all …]
|