HomeSort by relevance Sort by last modified time
    Searched refs:mapfile (Results 1 - 25 of 50) sorted by null

1 2

  /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/
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")); }
432 do_print_to_mapfile(Mapfile* mapfile) const
433 { 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")); }
  /external/syslinux/core/
lstadjust.pl 8 # lstadjust.pl listfile mapfile outfile
11 ($listfile, $mapfile, $outfile) = @ARGV;
15 open(MAP, "< $mapfile\0")
16 or die "$0: cannot open: $mapfile: $!\n";
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 61 mapfile /usr/local/etc/radiusclient/port-id-map
  /external/swiftshader/third_party/LLVM/lib/Archive/
Archive.cpp 146 : archPath(filename), members(), mapfile(0), base(0), symTab(), strtab(),
158 mapfile = File.take();
159 base = mapfile->getBufferStart();
165 delete mapfile;
166 mapfile = 0;
ArchiveReader.cpp 241 if (mapfile->getBufferSize() < 8 || memcmp(base, ARFILE_MAGIC, 8)) {
259 const char *End = mapfile->getBufferEnd();
373 const char *End = mapfile->getBufferEnd();
482 ArchiveMember* mbr = parseMemberHeader(modptr, mapfile->getBufferEnd(),
509 if (!mapfile || !base) {
523 const char* End = mapfile->getBufferEnd();
  /art/tools/ahat/test/
TestDump.java 71 String mapfile = System.getProperty("ahat.test.dump.map"); local
74 map.readFromFile(new File(mapfile));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenPatchPcdTable/
GenPatchPcdTable.py 184 UsageString = "%prog -m <MapFile> -e <EfiFile> -o <OutFile>"
187 parser.add_option('-m', '--mapfile', action='store', dest='mapfile',
196 if options.mapfile == None or options.efifile == None:
198 elif os.path.exists(options.mapfile) and os.path.exists(options.efifile):
199 list = parsePcdInfoFromMapFile(options.mapfile, options.efifile)
204 generatePcdTable(list, options.mapfile.replace('.map', '.BinaryPcdTable.txt'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
permmap.py 82 with open(permmapfile, "r") as mapfile:
90 for line_num, line in enumerate(mapfile, start=1):
192 with open(permmapfile, "w") as mapfile:
194 mapfile.write("{0}\n\n".format(len(self.permmap)))
197 mapfile.write("class {0} {1}\n".format(classname, len(perms)))
215 mapfile.write("{0:>20} {1:>9} {2:>9}\n".format(permname, direction, weight))
217 mapfile.write("\n")
  /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 312 FILE *mapfile; local
314 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
318 read_color_map(cinfo, mapfile);
319 fclose(mapfile);

Completed in 890 milliseconds

1 2