Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk346 VAccessPublic = obj_new(VAccess) # Public
347 VAccessPrivate = obj_new(VAccess) # MFG Private
348 VAccessInternal = obj_new(VAccess) # Implementation-Internal
730 _obj = obj_new(SromOpStream)
1117 _obj = obj_new(SromOpBind)
1717 _class = obj_new(superclass)
1851 function obj_new(class, _obj) { function
2230 _obj = obj_new(MacroType)
2240 _obj = obj_new(MacroDefine)
2250 _obj = obj_new(Array)
[all …]
/freebsd/libexec/rtld-elf/
H A Dmap_object.c299 obj = obj_new(); in map_object()
484 obj_new(void) in obj_new() function
H A Drtld.h411 Obj_Entry *obj_new(void);
H A Drtld.c1660 obj = obj_new(); in digest_phdr()
2907 obj = obj_new(); in load_kpreload()