HomeSort by relevance Sort by last modified time
    Searched refs:symdef (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/aout/
ranlib.h 19 /* The Symdef member of an archive contains two things:
35 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
38 /* Format of __.SYMDEF:
39 First, a longword containing the size of the 'symdef' data that follows.
40 Second, zero or more 'symdef' structures.
44 struct symdef struct
59 #define ranlib symdef
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 4983 carsym *symdef; local
    [all...]
elf64-ppc.c 2514 asymbol *symdef = symbol->section->owner->outsymbols[i]; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.cc 878 const Sized_symbol<size>* symdef; local
879 symdef = this->get_sized_symbol<size>(pdef->second);
880 Symbol_table::resolve<size, big_endian>(sym, symdef);
    [all...]

Completed in 358 milliseconds