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

  /toolchain/binutils/binutils-2.25/bfd/
hp300hpux.c 247 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
264 obj_sym_filepos (abfd) = N_GNU_SYMOFF (*execp);
265 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms);
547 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0
i386os9k.c 84 obj_sym_filepos (abfd) = 0;
cofflink.c 774 obj_sym_filepos (abfd) = line_filepos;
900 pos = obj_sym_filepos (abfd) + obj_raw_syment_count (abfd)
930 pos = obj_sym_filepos (abfd) + flaginfo.last_file_index
1004 pos = obj_sym_filepos (abfd) + flaginfo.last_file_index * symesz;
    [all...]
libcoff-in.h 29 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) macro
aout-adobe.c 90 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
aout-target.h 82 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
coff-i960.c 332 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0)
pdp11.c 583 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
    [all...]
coff-ppc.c     [all...]
coffgen.c     [all...]
libaout.h 439 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos)
437 #define obj_sym_filepos macro
libcoff.h 33 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) macro
    [all...]
xcofflink.c     [all...]
aoutx.h 584 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
    [all...]
aout-tic30.c 362 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
    [all...]
peicode.h 1023 obj_sym_filepos (abfd) = 0;
    [all...]
bout.c 141 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
    [all...]
coffcode.h     [all...]
coff64-rs6000.c 891 obj_sym_filepos (abfd) = sym_base;
    [all...]
ecoff.c 37 #undef obj_sym_filepos macro
    [all...]

Completed in 243 milliseconds