Home
last modified time | relevance | path

Searched refs:obj_new (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk2231 _obj = obj_new(MacroType)
2251 _obj = obj_new(Array)
2456 _obj = obj_new(Map)
2507 _obj = obj_new(Type)
2652 _obj = obj_new(ArrayType)
2707 _obj = obj_new(Fmt)
2728 _obj = obj_new(VFlag)
2807 _obj = obj_new(RevRange)
2858 _obj = obj_new(VarGroup)
2868 _obj = obj_new(NVRAM)
[all …]
/freebsd-12.1/libexec/rtld-elf/
H A Dmap_object.c277 obj = obj_new(); in map_object()
440 obj_new(void) in obj_new() function
H A Drtld.h386 Obj_Entry *obj_new(void);
H A Drtld.c1397 obj = obj_new(); in digest_phdr()