Searched defs:binding (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Delf_builder.h362 uint8_t binding,
372 Add(name, section_index, addr, size, binding, type);
379 uint8_t binding,
387 sym.st_info = (binding << 4) + (type & 0xf);
358 Add(Elf_Word name, const Section* section, Elf_Addr addr, Elf_Word size, uint8_t binding, uint8_t type) argument
375 Add(Elf_Word name, Elf_Word section_index, Elf_Addr addr, Elf_Word size, uint8_t binding, uint8_t type) argument

Completed in 71 milliseconds