/external/ltp/testcases/kernel/syscalls/readlink/ |
readlink04.c | 48 static char *SYMFILE = "slink_file"; 74 TEST(readlink(SYMFILE, buffer, sizeof(buffer))); 78 SYMFILE); 91 "correct", SYMFILE); 138 SAFE_SYMLINK(cleanup, TESTFILE, SYMFILE);
|
readlink01.c | 78 #define SYMFILE "slink_file" 110 TEST(readlink(SYMFILE, buffer, sizeof(buffer))); 115 SYMFILE, TEST_ERRNO, strerror(TEST_ERRNO)); 133 "correct", SYMFILE); 181 SAFE_SYMLINK(cleanup, TESTFILE, SYMFILE);
|
/external/ltp/testcases/kernel/syscalls/symlink/ |
symlink04.c | 82 #define SYMFILE "slink_file" 108 TEST(symlink(TESTFILE, SYMFILE)); 112 TESTFILE, SYMFILE, TEST_ERRNO, 119 if (lstat(SYMFILE, &stat_buf) < 0) { 121 "%s failed, error:%d", SYMFILE, 133 TESTFILE, SYMFILE); 138 SAFE_UNLINK(cleanup, SYMFILE);
|
symlink05.c | 83 #define SYMFILE "slink_file" 108 TEST(symlink(TESTFILE, SYMFILE)); 113 TESTFILE, SYMFILE, TEST_ERRNO, 120 if (lstat(SYMFILE, &stat_buf) < 0) { 123 SYMFILE, errno); 134 TESTFILE, SYMFILE); 139 SAFE_UNLINK(cleanup, SYMFILE);
|
/external/elfutils/libdwfl/ |
dwfl_module_info.c | 51 *symbias = (mod->symfile == NULL ? (Dwarf_Addr) -1 52 : dwfl_adjusted_st_value (mod, mod->symfile->elf, 0));
|
relocate.c | 106 the symbol table in RELOCATED itself when it has one, not MOD->symfile. */ 114 if (mod->symfile == NULL || mod->symfile->elf != relocated) 160 if (unlikely (mod->symfile == NULL) 168 cache->symelf = mod->symfile->elf; 213 assert (referer->symfile == NULL 214 || referer->symfile->elf != symtab->symelf); 296 sym->st_value = dwfl_adjusted_st_value (m, m->symfile->elf, 304 return __libdwfl_relocate_value (m, m->symfile->elf,
|
dwfl_module_getsym.c | 63 elf = mod->symfile->elf; 81 elf = mod->symfile->elf;
|
dwfl_module_getdwarf.c | 597 load_symtab (struct dwfl_file *file, struct dwfl_file **symfile, 614 *symfile = file; 629 *symfile = file; 693 Will set mod->symfile if the translated offsets can be used as 810 mod->symfile = &mod->main; 888 if (mod->symfile == NULL) 1059 mod->symerr = load_symtab (&mod->main, &mod->symfile, &symscn, 1079 mod->symerr = load_symtab (&mod->debug, &mod->symfile, &symscn, [all...] |
ChangeLog | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
GenFvImageExe.c | 142 FILE *SymFile;
295 SymFile = fopen (SymFileName, "wt");
296 if (SymFile == NULL) {
302 fprintf (SymFile, "TEXTSYM format | V1.0\n");
306 fprintf (SymFile, "%s", CurrentSymString);
310 fclose (SymFile);
|
/art/runtime/jit/ |
debugger_interface.cc | 68 // 3) copy the symfile and check that seqlock has not changed. 158 const ArrayRef<const uint8_t>& symfile) 167 entry->symfile_addr_ = symfile.data(); 168 entry->symfile_size_ = symfile.size(); 261 void AddNativeDebugInfoForJit(const void* handle, const std::vector<uint8_t>& symfile) { 262 DCHECK_NE(symfile.size(), 0u); 265 uint8_t* copy = new uint8_t[symfile.size()]; 267 memcpy(copy, symfile.data(), symfile.size()); 272 ArrayRef<const uint8_t>(copy, symfile.size())) [all...] |
debugger_interface.h | 40 void AddNativeDebugInfoForJit(const void* handle, const std::vector<uint8_t>& symfile)
|
/external/google-breakpad/src/tools/mac/upload_system_symbols/ |
upload_system_symbols.go | 196 for symfile := range uq.queue { 199 cmd := exec.Command(symUpload, symfile, server) 202 fmt.Printf("Uploaded %s to %s\n", symfile, server) 205 log.Printf("Error running symupload(%s, %s), attempt %d: %v: %s\n", symfile, server, i, err, output) 266 symfile := fmt.Sprintf("%s_%s.sym", filebase, req.arch) 267 f, err := os.Create(symfile) 278 os.Remove(symfile) 281 dq.uq.Upload(symfile)
|
/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/ |
increment.pass.cpp | 412 const path symFile = testFiles[TestFilesSize - 1]; 462 TEST_CHECK(*it == symFile);
|
/external/curl/lib/ |
Makefile.Watcom | 223 @%append $(LINK_ARG) option symfile
|
/external/curl/src/ |
Makefile.Watcom | 183 @%append $(LINK_ARG) option symfile
|
/external/google-breakpad/autotools/ |
ltmain.sh | [all...] |
/external/google-tv-pairing-protocol/cpp/ |
ltmain.sh | [all...] |
/external/libnetfilter_conntrack/ |
ltmain.sh | [all...] |
/external/libnfnetlink/ |
ltmain.sh | [all...] |
/external/libogg/ |
ltmain.sh | [all...] |
/external/libusb-compat/ |
ltmain.sh | [all...] |
/toolchain/binutils/binutils-2.27/ |
ltmain.sh | [all...] |
/external/cmockery/cmockery_0_1_2/ |
libtool | [all...] |
ltmain.sh | 1191 compile_command="$compile_command @SYMFILE@" 1192 finalize_command="$finalize_command @SYMFILE@" [all...] |