Home | History | Annotate | Download | only in bfd

Lines Matching defs:rbase

898   bfd_byte *raw_armap, *rbase;
934 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE;
935 stringbase = ((char *) rbase
945 counter++, set++, rbase += BSD_SYMDEF_SIZE)
947 set->name = H_GET_32 (abfd, rbase) + stringbase;
948 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);
1161 bfd_byte *raw_armap, *rbase;
1230 rbase = (bfd_byte *) stringbase + stringsize;
1241 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1243 set->name = H_GET_32 (abfd, rbase) + stringbase;
1244 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);