Searched refs:sym_ntos (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | resolv.h | 191 #define sym_ntos __sym_ntos macro 242 const char * sym_ntos __P((const struct res_sym *, int, int *));
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_debug.c | 451 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function 490 return (sym_ntos(__p_type_syms, type, (int *)0)); in p_type() 508 return (sym_ntos(symbols, section, (int *)0)); in p_section() 516 return (sym_ntos(__p_class_syms, class, (int *)0)); in p_class()
|