Home
last modified time | relevance | path

Searched refs:frag_now_fix_octets (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/binutils/gas/
Dfrags.c143 frag_now->fr_fix = frag_now_fix_octets () - old_frags_var_max_size; in frag_new()
360 frag_now_fix_octets (void) in frag_now_fix_octets() function
372 return frag_now_fix_octets () / OCTETS_PER_BYTE; in frag_now_fix()
Dfrags.h113 extern addressT frag_now_fix_octets (void);
DChangeLog-00017479 (frag_now_fix_octets) New - Return offset in octets (8-bit
7481 * frags.h: Added prototype for frag_now_fix_octets().
/freebsd-9-stable/contrib/binutils/gas/config/
Dobj-elf.c1993 frag_now->fr_fix = frag_now_fix_octets (); in elf_frob_file()