Searched defs:where (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/stdio-common/ |
D | test_rdwr.c | 78 long int where = ftell (f); in main() local
|
/glibc-2.36/malloc/ |
D | obstack.h | 296 # define obstack_grow(OBSTACK, where, length) \ argument 306 # define obstack_grow0(OBSTACK, where, length) \ argument 374 # define obstack_copy(OBSTACK, where, length) \ argument 380 # define obstack_copy0(OBSTACK, where, length) \ argument 436 # define obstack_grow(h, where, length) \ argument 443 # define obstack_grow0(h, where, length) \ argument 481 # define obstack_copy(h, where, length) \ argument 484 # define obstack_copy0(h, where, length) \ argument
|
/glibc-2.36/sysdeps/powerpc/powerpc64/ |
D | dl-machine.h | 319 #define PPC_DCBST(where) asm volatile ("dcbst 0,%0" : : "r"(where) : "memory") argument 320 #define PPC_DCBT(where) asm volatile ("dcbt 0,%0" : : "r"(where) : "memory") argument 321 #define PPC_DCBF(where) asm volatile ("dcbf 0,%0" : : "r"(where) : "memory") argument 324 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") argument 328 #define MODIFIED_CODE_NOQUEUE(where) \ argument 331 #define MODIFIED_CODE(where) \ argument
|
/glibc-2.36/sysdeps/powerpc/powerpc32/ |
D | dl-machine.c | 65 #define PPC_DCBST(where) asm volatile ("dcbst 0,%0" : : "r"(where) : "memory") argument 68 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") argument 73 #define MODIFIED_CODE_NOQUEUE(where) \ argument 76 #define MODIFIED_CODE(where) \ argument
|
/glibc-2.36/hurd/ |
D | hurdmalloc.c | 171 vm_address_t where; in more_memory() local
|
/glibc-2.36/sunrpc/rpc/ |
D | rpc_msg.h | 96 caddr_t where; member
|
/glibc-2.36/elf/ |
D | dl-load.c | 469 const char *what, const char *where, struct link_map *l) in fillin_rpath() 582 const char *where = l->l_name; in decompose_rpath() local
|
D | rtld.c | 809 do_preload (const char *fname, struct link_map *main_map, const char *where) in do_preload() 874 const char *where) in handle_preload_list()
|
/glibc-2.36/sunrpc/ |
D | xdr_rec.c | 559 caddr_t where; in fill_input_buf() local
|
/glibc-2.36/sysdeps/generic/ |
D | ldsodefs.h | 201 const char *where; member
|