Home
last modified time | relevance | path

Searched refs:lead_at (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/ld/
H A Dpe-dll.c597 int lead_at = (*pe_def_file->exports[i].name == '@'); in process_def_file() local
598 char *tmp = xstrdup (pe_def_file->exports[i].name + lead_at); in process_def_file()
612 int lead_at = (*pe_def_file->exports[i].name == '@'); in process_def_file() local
613 char *tmp = xstrdup (pe_def_file->exports[i].name + lead_at); in process_def_file()
2336 int lead_at = (*pe_def_file->imports[i].internal_name == '@'); in pe_process_import_defs() local
2341 if (lead_at) in pe_process_import_defs()
2353 if (lead_at) in pe_process_import_defs()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dpe-dll.c597 int lead_at = (*pe_def_file->exports[i].name == '@'); in process_def_file() local
598 char *tmp = xstrdup (pe_def_file->exports[i].name + lead_at); in process_def_file()
617 int lead_at = (*pe_def_file->exports[i].name == '@'); in process_def_file() local
618 char *tmp = xstrdup (pe_def_file->exports[i].name + lead_at); in process_def_file()
2377 int lead_at = (*pe_def_file->imports[i].internal_name == '@'); in pe_process_import_defs() local
2382 if (lead_at) in pe_process_import_defs()
2394 if (lead_at) in pe_process_import_defs()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddlltool.c1259 int lead_at = (*c == '@') ; in scan_drectve_symbols() local
1260 char *exported_name = xstrdup (c + lead_at); in scan_drectve_symbols()
1307 int lead_at = (*symbol_name == '@'); in scan_filtered_symbols() local
1308 char *exported_name = xstrdup (symbol_name + lead_at); in scan_filtered_symbols()
1997 int lead_at = (*name == '@'); in xlate() local
1999 if (add_underscore && !lead_at) in xlate()
2012 name += lead_at; in xlate()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddlltool.c1270 int lead_at = (*c == '@') ; in scan_drectve_symbols() local
1271 char *exported_name = xstrdup (c + lead_at); in scan_drectve_symbols()
1318 int lead_at = (*symbol_name == '@'); in scan_filtered_symbols() local
1319 char *exported_name = xstrdup (symbol_name + lead_at); in scan_filtered_symbols()
2000 int lead_at = (*name == '@'); in xlate() local
2002 if (!lead_at && (add_underscore in xlate()
2017 name += lead_at; in xlate()
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dpe.em804 int lead_at = (*undef->root.string == '@');
807 if (at && !lead_at)
811 char *cname = xstrdup (undef->root.string /* + lead_at */);
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dpe.em766 int lead_at = (*undef->root.string == '@');
769 if (at && !lead_at)
773 char *cname = xstrdup (undef->root.string /* + lead_at */);