Home
last modified time | relevance | path

Searched defs:where (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/stdio-common/
Dtest_rdwr.c78 long int where = ftell (f); in main() local
/glibc-2.36/malloc/
Dobstack.h296 # 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/
Ddl-machine.h319 #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/
Ddl-machine.c65 #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/
Dhurdmalloc.c171 vm_address_t where; in more_memory() local
/glibc-2.36/sunrpc/rpc/
Drpc_msg.h96 caddr_t where; member
/glibc-2.36/elf/
Ddl-load.c469 const char *what, const char *where, struct link_map *l) in fillin_rpath()
582 const char *where = l->l_name; in decompose_rpath() local
Drtld.c809 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/
Dxdr_rec.c559 caddr_t where; in fill_input_buf() local
/glibc-2.36/sysdeps/generic/
Dldsodefs.h201 const char *where; member