Searched refs:source_dll (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dpeicode.h424 is strlen (symbol_name) * 2 + 8 + 21 + strlen (source_dll).
441 + 21 + strlen (source_dll) \
448 #define SIZEOF_IDATA7 (strlen (source_dll) + 1 + 1)
763 bfd_byte * source_dll,
1064 ptr = strrchr (source_dll, '.');
1067 pe_ILF_make_a_symbol (& vars, "__IMPORT_DESCRIPTOR_", source_dll, NULL, 0);
1110 bfd_byte * source_dll;
1255 source_dll = ptr + strlen (ptr) + 1;
1258 if (ptr[size - 1] != 0 || ((unsigned long) (source_dll - ptr) >= size))
1270 source_dll, ordina
759 pe_ILF_build_a_bfd(bfd * abfd, unsigned int magic, bfd_byte * symbol_name, bfd_byte * source_dll, unsigned int ordinal, unsigned int types) argument
1109 bfd_byte * source_dll; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dpeicode.h389 is strlen (symbol_name) * 2 + 8 + 21 + strlen (source_dll).
406 + 21 + strlen (source_dll) \
413 #define SIZEOF_IDATA7 (strlen (source_dll) + 1 + 1)
708 char * source_dll,
991 ptr = (bfd_byte *) strrchr (source_dll, '.');
994 pe_ILF_make_a_symbol (& vars, "__IMPORT_DESCRIPTOR_", source_dll, NULL, 0);
1038 char * source_dll;
1182 source_dll = symbol_name + strlen (symbol_name) + 1;
1186 || (bfd_size_type) ((bfd_byte *) source_dll - ptr) >= size)
1197 source_dll, ordina
703 pe_ILF_build_a_bfd(bfd * abfd, unsigned int magic, char * symbol_name, char * source_dll, unsigned int ordinal, unsigned int types) argument
1036 char * source_dll; local
[all...]

Completed in 173 milliseconds