/external/valgrind/solaris/ |
Makefile.am | 9 vgpreload-solaris.mapfile
|
vgpreload-solaris.mapfile | 0 # Mapfile used for linking Valgrind preload libraries
|
/toolchain/binutils/binutils-2.25/gold/ |
common.h | 38 Allocate_commons_task(Symbol_table* symtab, Layout* layout, Mapfile* mapfile, 40 : symtab_(symtab), layout_(layout), mapfile_(mapfile), blocker_(blocker) 61 Mapfile* mapfile_;
|
mapfile.cc | 0 // mapfile.cc -- map file generation for gold 32 #include "mapfile.h" 40 // Mapfile constructor. 42 Mapfile::Mapfile() 50 // Mapfile destructor. 52 Mapfile::~Mapfile() 61 Mapfile::open(const char* map_filename) 81 Mapfile::close( [all...] |
readsyms.h | 61 Mapfile* mapfile, const Input_argument* input_argument, 65 dirpath_(dirpath), dirindex_(dirindex), mapfile_(mapfile), 82 int dirindex, Mapfile*, const Input_argument*, Input_group*, 121 Mapfile* mapfile_; 141 Mapfile* /*mapfile*/, const Input_argument* input_argument, 192 Layout* /*layout*/, Mapfile* /*mapfile*/, 391 Layout* layout, Mapfile* mapfile, Input_group* input_group [all...] |
mapfile.h | 0 // mapfile.h -- map file generation for gold -*- C++ -*- 42 class Mapfile 45 Mapfile(); 47 ~Mapfile();
|
common.cc | 28 #include "mapfile.h" 149 Symbol_table::allocate_commons(Layout* layout, Mapfile* mapfile) 171 this->do_allocate_commons<32>(layout, mapfile, sort_order); 179 this->do_allocate_commons<64>(layout, mapfile, sort_order); 192 Symbol_table::do_allocate_commons(Layout* layout, Mapfile* mapfile, 197 &this->commons_, mapfile, 201 &this->tls_commons_, mapfile, 205 &this->small_commons_, mapfile, [all...] |
main.cc | 39 #include "mapfile.h" 182 Mapfile* mapfile = NULL; local 185 mapfile = new Mapfile(); 186 if (!mapfile->open(command_line.options().Map())) 188 delete mapfile; 189 mapfile = NULL; 249 &symtab, &layout, mapfile); 316 mapfile == NULL ? stdout : mapfile->file()) [all...] |
gold.cc | 62 Symbol_table*, Layout*, Dirsearch*, Mapfile*, 117 Layout* layout, Mapfile* mapfile) 119 layout_(layout), mapfile_(mapfile) 130 Mapfile* mapfile_; 148 Layout* layout, Mapfile* mapfile) 150 layout_(layout), mapfile_(mapfile) 161 Mapfile* mapfile_; 179 Symbol_table* symtab, Layout* layout, Mapfile* mapfile [all...] |
gdb-index.h | 28 #include "mapfile.h" 39 class Mapfile; 148 do_print_to_mapfile(Mapfile* mapfile) const 149 { mapfile->print_output_data(this, _("** gdb_index")); }
|
plugin.h | 45 class Mapfile; 189 Dirsearch* dirpath, Mapfile* mapfile, 378 Mapfile* mapfile_; 566 Mapfile* mapfile, Task_token* this_blocker, 569 dirpath_(dirpath), mapfile_(mapfile), 595 Mapfile* mapfile_;
|
archive.h | 245 add_symbols(Symbol_table*, Layout*, Input_objects*, Mapfile*); 332 include_all_members(Symbol_table*, Layout*, Input_objects*, Mapfile*); 337 Mapfile*, Symbol*, const char* why); 420 int dirindex, Mapfile* mapfile, 426 dirpath_(dirpath), dirindex_(dirindex), mapfile_(mapfile), 459 Mapfile* mapfile_;
|
output.h | 30 #include "mapfile.h" 289 print_to_mapfile(Mapfile* mapfile) const 290 { return this->do_print_to_mapfile(mapfile); } 394 do_print_to_mapfile(Mapfile*) const 499 do_print_to_mapfile(Mapfile* mapfile) const 500 { mapfile->print_output_data(this, _("** section headers")); } 549 do_print_to_mapfile(Mapfile* mapfile) cons [all...] |
ehframe.h | 77 do_print_to_mapfile(Mapfile* mapfile) const 78 { mapfile->print_output_data(this, _("** eh_frame_hdr")); } 427 do_print_to_mapfile(Mapfile* mapfile) const 428 { mapfile->print_output_data(this, _("** eh_frame")); }
|
merge.h | 365 do_print_to_mapfile(Mapfile* mapfile) const 366 { mapfile->print_output_data(this, _("** merge constants")); } 494 do_print_to_mapfile(Mapfile* mapfile) const 495 { mapfile->print_output_data(this, _("** merge strings")); }
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
GenerateExcludeListTask.java | 27 private String mapFile; 50 return mapFile; 53 public void setMapFile(String mapFile) { 54 this.mapFile = mapFile; 66 BufferedReader r = new BufferedReader(new FileReader(mapFile)); 93 BufferedReader r = new BufferedReader(new FileReader(mapFile));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
FetchBaseTask.java | 27 private String mapFile; 36 task.mapFile="d:/workspace/org.eclipse.releng/maps/base.map"; 50 File file=new File(mapFile); 90 return mapFile; 93 public void setMapFile(String mapFile) { 94 this.mapFile = mapFile;
|
/external/valgrind/coregrind/ |
link_tool_exe_solaris.in | 8 # - load address has to be specified in the mapfile, there is no command line 11 # - mapfile version 2 is used 39 # create a temporary mapfile
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-rx.h | 21 void rx_additional_link_map_text (bfd *obfd, struct bfd_link_info *info, FILE *mapfile);
|
/toolchain/binutils/binutils-2.25/gold/po/ |
POTFILES.in | 55 mapfile.cc 56 mapfile.h
|
/external/ppp/pppd/plugins/radius/ |
options.h | 53 {"mapfile", OT_STR, ST_UNDEF, NULL},
|
/external/llvm/lib/Transforms/Utils/ |
SymbolRewriter.cpp | 232 bool RewriteMapParser::parse(const std::string &MapFile, 235 MemoryBuffer::getFile(MapFile); 238 report_fatal_error("unable to read rewrite map '" + MapFile + "': " + 242 report_fatal_error("unable to parse rewrite map '" + MapFile + "'"); 247 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, 250 yaml::Stream YS(MapFile->getBuffer(), SM); 537 for (const auto &MapFile : MapFiles) 538 parser.parse(MapFile, &Descriptors);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
ic.py | 218 def mapfile(self, file): member in class:IC 228 record = self.mapfile(os.path.split(file)[1]) 245 def mapfile(filename): function 248 return _dft_ic.mapfile(filename)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
ic.py | 218 def mapfile(self, file): member in class:IC 228 record = self.mapfile(os.path.split(file)[1]) 245 def mapfile(filename): function 248 return _dft_ic.mapfile(filename)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/ |
vers.exp | 504 proc build_binary { shared pic test source libname other mapfile verexp versymexp symexp ldargs } { 535 if [string match "" $mapfile] then { 538 set script_arg "$script $srcdir/$subdir/$mapfile" 572 proc build_executable { test source libname other mapfile verexp versymexp symexp } { 573 build_binary "" "" $test $source $libname $other $mapfile $verexp $versymexp $symexp "" 576 proc build_vers_lib_no_pic { test source libname other mapfile verexp versymexp symexp } { 578 build_binary $shared "" $test $source $libname $other $mapfile $verexp $versymexp $symexp "" 581 proc build_vers_lib_pic { test source libname other mapfile verexp versymexp symexp } { 584 build_binary $shared $picflag $test $source $libname $other $mapfile $verexp $versymexp $symexp "" 587 proc build_vers_lib_pic_flags { test source libname other mapfile verexp versymexp symexp ldargs } [all...] |