Home
last modified time | relevance | path

Searched defs:_name (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dmap_to_7segment.h36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } } argument
52 #define SEG7_DEFAULT_MAP(_name) SEG7_CONVERSION_MAP(_name,MAP_ASCII7SEG_ALPHANUM) argument
/bionic/linker/
Dlinker.cpp469 static unsigned elfhash(const char* _name) { in elfhash()