Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-xtensa.c5074 unsigned src_type; /* Relocation type. */ member
5088 unsigned src_type, in reloc_bfd_fix_init() argument
5099 fix->src_type = src_type; in reloc_bfd_fix_init()
5128 return (a->src_type - b->src_type); in fix_compare()
5179 key.src_type = type; in get_bfd_fix()
8210 if (is_operand_relocation (fix->src_type)) in translate_reloc_bfd_fix()
9075 if (elf_howto_table[fix->src_type].partial_inplace) in do_fix_for_final_link()
/mirbsd/src/gnu/usr.bin/lynx/src/
DHTML.c150 #define VERBOSE_IMG(value,src_type,string) \ argument
151 ((verbose_img) ? (newtitle = MakeNewTitle(value,src_type)): string)
153 static char *MakeNewTitle(STRING2PTR value, int src_type);
8239 static char *MakeNewTitle(STRING2PTR value, int src_type) in MakeNewTitle() argument
8245 if (value != 0 && value[src_type] != 0) { in MakeNewTitle()
8246 ptr = strrchr(value[src_type], '/'); in MakeNewTitle()
8248 StrAllocCat(newtitle, value[src_type]); in MakeNewTitle()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES8141 verbose images when value[src_type] is null (reported by John Bley