Searched refs:stack_pop (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | stack.h | 44 void *stack_pop(stk_t *);
|
| H A D | stack.c | 78 stack_pop(stk_t *sp) in stack_pop() function
|
| H A D | stabs.c | 235 str = (char *)stack_pop(file_stack); in stabs_read()
|
| /freebsd-12.1/usr.bin/dc/ |
| H A D | extern.h | 56 struct value *stack_pop(struct stack *);
|
| H A D | stack.c | 212 stack_pop(struct stack *stack) in stack_pop() function
|
| H A D | bcode.c | 462 return (stack_pop(&bmachine.stack)); in pop() 849 value = stack_pop(stack); in load_stack()
|
| /freebsd-12.1/crypto/openssl/crypto/des/asm/ |
| H A D | desboth.pl | 67 &stack_pop(3);
|
| /freebsd-12.1/crypto/openssl/crypto/ec/asm/ |
| H A D | ecp_nistz256-x86.pl | 141 &stack_pop(8); 449 &stack_pop(8); 1373 &stack_pop(8*5+1); 1651 &stack_pop(8*18+5); 1861 &stack_pop(8*15+3);
|
| /freebsd-12.1/crypto/openssl/crypto/perlasm/ |
| H A D | x86asm.pl | 52 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
|
| H A D | README | 31 &stack_pop(num) inverse of stack_push
|
| /freebsd-12.1/crypto/openssl/crypto/bn/asm/ |
| H A D | x86-gf2m.pl | 309 &stack_pop(4+1);
|
| /freebsd-12.1/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-x86.pl | 300 &stack_pop(16+4+1); 348 &stack_pop(16+4+1); 503 &stack_pop(4+1);
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-coff.c | 106 stack_pop (stack *st) in stack_pop() function 1296 begin = *(symbolS **) stack_pop (block_stack); in coff_frob_symbol()
|
| /freebsd-12.1/crypto/openssl/crypto/camellia/asm/ |
| H A D | cmll-x86.pl | 731 &stack_pop(4); 765 &stack_pop(3);
|
| /freebsd-12.1/crypto/openssl/crypto/ripemd/asm/ |
| H A D | rmd-586.pl | 593 &stack_pop(16+5+6);
|
| /freebsd-12.1/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-586.pl | 427 &stack_pop(16+3);
|
| /freebsd-12.1/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-x86.pl | 373 &stack_pop(33);
|
| /freebsd-12.1/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-x86.pl | 317 &stack_pop(16);
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9295 | 5441 (stack typedef, stack_init, stack_delete, stack_push, stack_pop, 6183 (stack typedef, stack_init, stack_delete, stack_push, stack_pop): 6189 (stack_init, stack_delete, stack_push, stack_pop): Don't declare. 6207 (stack typedef, stack_init, stack_delete, stack_push, stack_pop): 6213 (stack_init, stack_delete, stack_push, stack_pop): Don't declare. 7377 (stack_pop): Correct test for stack underflow. 9401 * config/obj-coffbfd.c (stack_pop, stack_push, stack_init): Made
|