/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);
|
elf32-rx.c | 3660 FILE *mapfile; member in struct:__anon75320 [all...] |
/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_;
|
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...] |
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...] |
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")); }
|
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")); }
|
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")); }
|
archive.cc | 34 #include "mapfile.h" 750 Input_objects* input_objects, Mapfile* mapfile) 756 mapfile); 816 last_seen_offset, mapfile, sym, 877 Input_objects* input_objects, Mapfile* mapfile) 896 mapfile, NULL, "--whole-archive")) 908 mapfile, NULL, "--whole-archive")) 968 Mapfile* mapfile, Symbol* sym, const char* why [all...] |
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_;
|
attributes.h | 392 do_print_to_mapfile(Mapfile* mapfile) const 393 { mapfile->print_output_data(this, _("** attributes")); }
|
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_;
|
Makefile.am | 84 mapfile.cc \ 133 mapfile.h \
|
readsyms.cc | 114 int dirindex, Mapfile* mapfile, 129 dirindex, mapfile, input_argument,
|
output.cc | [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
radiusclient.conf | 61 mapfile /usr/local/etc/radiusclient/port-id-map
|
/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...] |
/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)
|
/external/mesa3d/bin/ |
mklib | 497 # Make the 'mapfile.scope' linker mapfile 498 echo "{" > mapfile.scope 499 echo "global:" >> mapfile.scope 500 sed 's/$/;/' ${EXPORTS} >> mapfile.scope 501 echo "local:" >> mapfile.scope 502 echo " *;" >> mapfile.scope 503 echo "};" >> mapfile.scope
|
/external/libjpeg-turbo/ |
djpeg.c | 310 FILE * mapfile; local 312 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { 316 read_color_map(cinfo, mapfile); 317 fclose(mapfile);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
permmap.py | 66 with open(permmapfile, "r") as mapfile: 73 for line_num, line in enumerate(mapfile, start=1):
|