Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dar.c117 } postype = pos_default; variable
550 postype = pos_after; in main()
553 postype = pos_before; in main()
556 postype = pos_before; in main()
629 if (postype != pos_default) in main()
997 if (postype == pos_default) in get_pos_bfd()
1004 realpos = postype; in get_pos_bfd()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dar.c124 } postype = pos_default; variable
543 postype = pos_after; in main()
546 postype = pos_before; in main()
549 postype = pos_before; in main()
612 if (postype != pos_default) in main()
1124 if (postype == pos_default) in get_pos_bfd()
1131 realpos = postype; in get_pos_bfd()
/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Darmdbg.h1041 enum { pos_source, pos_ll, pos_none } postype; member